[gaim-migrate @ 15561]

Thu, 09 Feb 2006 03:19:53 +0000

author
Etan Reisner <deryni@pidgin.im>
date
Thu, 09 Feb 2006 03:19:53 +0000
changeset 13199
0c205ab9f4a7
parent 13198
208f0e50ff0f
child 13200
3769f413f073

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

mercurial