[gaim-migrate @ 11436]

Mon, 29 Nov 2004 13:19:56 +0000

author
Ethan Blanton <elb@pidgin.im>
date
Mon, 29 Nov 2004 13:19:56 +0000
changeset 10279
63afa0b4f61b
parent 10278
8b2f32c72daf
child 10280
2c31f0fa743b

[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;
 	}

mercurial