summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/stkutil.c1
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,