comparison libgaim/plugin.c @ 15300:a2a0c0a13a75

[gaim-migrate @ 18091] Fix an addl. double free (filename the same as f->data) committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 08 Jan 2007 20:54:54 +0000
parents c5e272b47618
children ac460d00e235
comparison
equal deleted inserted replaced
15299:c5e272b47618 15300:a2a0c0a13a75
1276 filename); 1276 filename);
1277 } 1277 }
1278 1278
1279 g_free(basename); 1279 g_free(basename);
1280 1280
1281 g_free(filename);
1282
1283 g_free(f->data); 1281 g_free(f->data);
1284 } 1282 }
1285 1283
1286 g_list_free(files); 1284 g_list_free(files);
1287 #endif /* GAIM_PLUGINS */ 1285 #endif /* GAIM_PLUGINS */