# HG changeset patch # User Etan Reisner # Date 1139455193 0 # Node ID 83b39a76e06e8aa6cda0c15ff09cc779a6330656 # Parent 22f8ed4e52945d9e787e0066c561f3494b46ac08 [gaim-migrate @ 15561] All the 4-8 people using tcl plugins should be happy, their plugins won't leak ids now. committer: Tailor Script diff -r 22f8ed4e5294 -r 83b39a76e06e plugins/tcl/tcl.c --- 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);