[PATCH 01/19] stkutil: Free default text for get input parser
Yang Gu
yang.gu at intel.com
Mon May 10 03:38:44 PDT 2010
---
src/stkutil.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/stkutil.c b/src/stkutil.c
index 50fa4c1..09fbec9 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,
--
1.7.0.4
More information about the ofono
mailing list