Fixed the use of a dangling reference
authorThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Sun, 12 Oct 2008 02:10:45 +0000 (23:10 -0300)
committerThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Sun, 12 Oct 2008 04:27:24 +0000 (01:27 -0300)
commit612ba2d28445bece2595eaf38c1f020da04a0551
treeb73b56fa0d9cd69886be9d560ff13901e8d42863
parentd863d003324c6cb504bc6913d3f007e89ae4b50a
Fixed the use of a dangling reference

When unreferencing the info object, the name attribute would be
released, resulting in a bug when trying to copy it right after that.
So, we unreference the info object in the end of the loop now.
backend/gio/gio.c