Skip to content
Snippets Groups Projects
Commit 72a82cc0 authored by Matt Johnston's avatar Matt Johnston
Browse files

Fix memory leak found by Klocwork

--HG--
extra : convert_revision : 6f1e5e6dd6462f1c35a6bfd601a0f5f8b99410d6
parent eef35883
No related merge requests found
......@@ -131,6 +131,7 @@ void recv_msg_userauth_info_request() {
response_len = strlen(response);
buf_putstring(ses.writepayload, response, response_len);
m_burn(response, response_len);
m_free(prompt);
m_free(response);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment