Mon, 29 Nov 2004 13:19:56 +0000
[gaim-migrate @ 11436]
Nathan convinced me this is wrong, or could be.
| src/plugin.c | file | annotate | diff | comparison | revisions |
--- a/src/plugin.c Mon Nov 29 04:34:04 2004 +0000 +++ b/src/plugin.c Mon Nov 29 13:19:56 2004 +0000 @@ -506,8 +506,6 @@ plugin->info->major_version != GAIM_MAJOR_VERSION) { if(plugin->handle) g_module_close(plugin->handle); - if(plugin->path != NULL) - g_free(plugin->path); g_free(plugin); return; }