summaryrefslogtreecommitdiffstats
path: root/src/auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/auth.c')
-rw-r--r--src/auth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/auth.c b/src/auth.c
index a801e45f..1d5647c3 100644
--- a/src/auth.c
+++ b/src/auth.c
@@ -1690,8 +1690,8 @@ static int ssh_userauth_kbdint_send(ssh_session session)
}
rc = buffer_add_ssh_string(session->out_buffer, answer);
- string_burn(answer);
- string_free(answer);
+ ssh_string_burn(answer);
+ ssh_string_free(answer);
if (rc < 0) {
goto fail;
}