# HG changeset patch # User Richard Nelson # Date 1187310833 0 # Node ID 2684dac39834684e45acd6154d163b2b182a1d0a # Parent ed80bace093423dcaffc09239592340028eb6010 plug small leak diff -r ed80bace0934 -r 2684dac39834 finch/libgnt/gntbutton.c --- 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; }