Thu, 09 Feb 2006 03:19:53 +0000
[gaim-migrate @ 15561]
All the 4-8 people using tcl plugins should be happy, their plugins won't leak
ids now.
| plugins/tcl/tcl.c | file | annotate | diff | comparison | revisions |
--- a/plugins/tcl/tcl.c Thu Feb 09 03:14:59 2006 +0000 +++ b/plugins/tcl/tcl.c Thu Feb 09 03:19:53 2006 +0000 @@ -312,6 +312,7 @@ static void tcl_destroy_plugin(GaimPlugin *plugin) { if (plugin->info != NULL) { + g_free(plugin->info->id); g_free(plugin->info->name); g_free(plugin->info->version); g_free(plugin->info->description);