plug small leak

Fri, 17 Aug 2007 00:33:53 +0000

author
Richard Nelson <wabz@pidgin.im>
date
Fri, 17 Aug 2007 00:33:53 +0000
changeset 19404
f3bfd66a7b28
parent 19403
e391da646b62
child 19408
15b736c0db6a

plug small leak

finch/libgnt/gntbutton.c file | annotate | diff | comparison | revisions
--- a/finch/libgnt/gntbutton.c	Fri Aug 17 00:33:02 2007 +0000
+++ b/finch/libgnt/gntbutton.c	Fri Aug 17 00:33:53 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;
 }
 

mercurial