diff finch/libgnt/gntbutton.c @ 19296:2ec9d975a37d

merge of '2a491439465c5e397575898b7acc45446c9e2eeb' and '8c7ff33a8a8e1839194829073ff671638fd0b1be'
author Richard Nelson <wabz@pidgin.im>
date Fri, 17 Aug 2007 00:35:12 +0000
parents 2684dac39834
children 44b4e8bd759b
line wrap: on
line diff
--- a/finch/libgnt/gntbutton.c	Thu Aug 16 23:38:50 2007 +0000
+++ b/finch/libgnt/gntbutton.c	Fri Aug 17 00:35:12 2007 +0000
@@ -111,6 +111,7 @@
 
 	style = gnt_style_get_from_name(NULL, "small-button");
 	small_button = gnt_style_parse_bool(style);
+	g_free(style);
 	GNTDEBUG;
 }