Don't free memory twice

nix
Owen Green 5 years ago
parent 9eb2a44a69
commit fb17a08e24

@ -310,11 +310,6 @@ namespace impl {
return false;
}
void cleanup(World*) {
if(NRTCommand::mReplyAddress)
deleteReplyAddress(NRTCommand::mReplyAddress);
} //rt
bool mSuccess;
};

Loading…
Cancel
Save