# HG changeset patch # User Ethan Blanton # Date 1101734396 0 # Node ID f9ff0882e247da96ba2a1dbf837cf4db638f6407 # Parent dabcadc17ca0d7ce108f6ad64dd7597473bb9bd1 [gaim-migrate @ 11436] Nathan convinced me this is wrong, or could be. committer: Tailor Script diff -r dabcadc17ca0 -r f9ff0882e247 src/plugin.c --- 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; }