# HG changeset patch # User Daniel Atallah # Date 1213846772 0 # Node ID 4ead1ab25573dc2d7c85e2d21474ea9002e9c4c8 # Parent f45cf8ffd0b32dd4d252f6a8ca0ccddc1841f47e applied changes from 97a20dd56598fa5c690eabcbc8ec3ff6e560aefd through 69abb190985a5392d3b2e3296db80accf46bf74b diff -r f45cf8ffd0b3 -r 4ead1ab25573 pidgin/gtkplugin.c --- a/pidgin/gtkplugin.c Thu Jun 19 03:30:41 2008 +0000 +++ b/pidgin/gtkplugin.c Thu Jun 19 03:39:32 2008 +0000 @@ -421,6 +421,8 @@ "%s", name, version); gtk_label_set_markup(plugin_name, buf); + g_free(name); + g_free(version); g_free(buf); gtk_text_buffer_set_text(plugin_desc, purple_plugin_get_description(plug), -1); @@ -694,6 +696,8 @@ gtk_label_set_markup(GTK_LABEL(label), _("Filename:")); gtk_misc_set_alignment(GTK_MISC(label), 0, 0); + g_object_unref(sg); + return GTK_WIDGET(vbox); }