comparison src/log.c @ 13468:e4aa2648ca28

[gaim-migrate @ 15843] A stupid mistake... I didn't fclose() the index file when everything worked. Resolves CID 95. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Wed, 08 Mar 2006 21:37:43 +0000
parents 0d223f4ee868
children 0f3036e073b6
comparison
equal deleted inserted replaced
13467:16544c190fe6 13468:e4aa2648ca28
1369 data->pathref = gaim_stringref_ref(pathref); 1369 data->pathref = gaim_stringref_ref(pathref);
1370 log->logger_data = data; 1370 log->logger_data = data;
1371 list = g_list_prepend(list, log); 1371 list = g_list_prepend(list, log);
1372 } 1372 }
1373 } 1373 }
1374 fclose(index);
1374 1375
1375 return list; 1376 return list;
1376 } 1377 }
1377 } 1378 }
1378 } 1379 }