1
mirror of https://github.com/rapid7/metasploit-payloads synced 2024-11-20 14:39:22 +01:00

cleanup memleak

This commit is contained in:
William Webb 2017-07-14 01:24:54 -05:00
parent d25ff91ca2
commit 6fc00bc812
No known key found for this signature in database
GPG Key ID: 341763D0308DA650

View File

@ -346,6 +346,7 @@ DWORD request_ui_get_keys_utf8(Remote *remote, Packet *request)
// Transmit the response
packet_transmit_response(result, remote, response);
free(utf8_keyscan_buf);
return ERROR_SUCCESS;
}