diff -r 642669494d17 -r 5fc3b3e25c09 pidgin/gtkplugin.c
--- a/pidgin/gtkplugin.c Fri May 23 13:08:08 2008 +0000
+++ b/pidgin/gtkplugin.c Fri May 23 13:38:40 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);
}