From 2eff407957ef3963b34ecb87397f4eb17b16753c Mon Sep 17 00:00:00 2001 From: Yang Gu Date: Mon, 10 May 2010 18:38:44 +0800 Subject: stkutil: Free default text for get input parser --- src/stkutil.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/stkutil.c b/src/stkutil.c index 50fa4c1e..09fbec91 100644 --- a/src/stkutil.c +++ b/src/stkutil.c @@ -2149,6 +2149,7 @@ static gboolean parse_get_inkey(struct stk_command *command, static void destroy_get_input(struct stk_command *command) { g_free(command->get_input.text); + g_free(command->get_input.default_text); } static gboolean parse_get_input(struct stk_command *command, -- cgit v1.2.3