Thu, 08 Oct 2009 18:16:41 +0000
Leak fix for perl plugins.
--- a/libpurple/plugins/perl/perl.c Thu Oct 08 18:14:41 2009 +0000 +++ b/libpurple/plugins/perl/perl.c Thu Oct 08 18:16:41 2009 +0000 @@ -621,6 +621,9 @@ g_free(gps); plugin->info->extra_info = NULL; } + + g_free(plugin->info); + plugin->info = NULL; } }