diff options
author | Yang Gu <yang.gu@intel.com> | 2010-05-10 18:38:44 +0800 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-05-11 12:15:36 -0500 |
commit | 2eff407957ef3963b34ecb87397f4eb17b16753c (patch) | |
tree | 87da5158110964135dc0eb1791f4c390ef9cc9ec /src | |
parent | 41188e326a7b4ec075896fca296ec063e2e747ad (diff) | |
download | ofono-2eff407957ef3963b34ecb87397f4eb17b16753c.tar.bz2 |
stkutil: Free default text for get input parser
Diffstat (limited to 'src')
-rw-r--r-- | src/stkutil.c | 1 |
1 files changed, 1 insertions, 0 deletions
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, |