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

Don't delete responses joe!

This commit is contained in:
skylerknecht 2022-09-06 23:59:44 -04:00
parent 00aea8da1a
commit cc6b6a1236

View File

@ -46,7 +46,7 @@ DWORD request_exec_cmd(Remote *remote, Packet *packet)
dprintf("[BOFLOADER] Inside request cmd\n");
if (NULL == response)
{
met_api->packet.destroy(response);
// Don't delete the response!
return ERROR_OUTOFMEMORY;
}