Mercurial > pidgin
changeset 10279:f9ff0882e247
[gaim-migrate @ 11436]
Nathan convinced me this is wrong, or could be.
committer: Tailor Script <tailor@pidgin.im>
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Mon, 29 Nov 2004 13:19:56 +0000 |
parents | dabcadc17ca0 |
children | b4dc55d994bf |
files | src/plugin.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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; }