Mercurial > pidgin
changeset 13198:83b39a76e06e
[gaim-migrate @ 15561]
All the 4-8 people using tcl plugins should be happy, their plugins won't leak
ids now.
committer: Tailor Script <tailor@pidgin.im>
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Thu, 09 Feb 2006 03:19:53 +0000 |
parents | 22f8ed4e5294 |
children | d8f238864c88 |
files | plugins/tcl/tcl.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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);