summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/kim/lib/kim_ui_cli.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/kim/lib/kim_ui_cli.c b/src/kim/lib/kim_ui_cli.c
index 173a7eb6e..922f386ee 100644
--- a/src/kim/lib/kim_ui_cli.c
+++ b/src/kim/lib/kim_ui_cli.c
@@ -255,7 +255,6 @@ static kim_error kim_ui_cli_ask_change_password (kim_string in_identity_string)
{
kim_error err = KIM_NO_ERROR;
kim_string ask_change_password = NULL;
- kim_string answer_options = NULL;
kim_string yes = NULL;
kim_string no = NULL;
kim_string unknown_response = NULL;
@@ -314,7 +313,6 @@ static kim_error kim_ui_cli_ask_change_password (kim_string in_identity_string)
}
kim_string_free (&ask_change_password);
- kim_string_free (&answer_options);
kim_string_free (&yes);
kim_string_free (&no);
kim_string_free (&unknown_response);