changeset 19295:2684dac39834

plug small leak
author Richard Nelson <wabz@pidgin.im>
date Fri, 17 Aug 2007 00:33:53 +0000
parents ed80bace0934
children 2ec9d975a37d
files finch/libgnt/gntbutton.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;
 }