Skip to content
Snippets Groups Projects
Commit cb9a3753 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix issue in previous commit: no need to free what wasn't allocated

parent c2d6c7c2
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -1379,7 +1379,6 @@ bool sbbs_t::qnetmail(const char *into, const char *subj, long mode, smb_t* resm
smb_close_da(&smb);
if(offset < 0) {
smb_freemsgdat(&smb,offset,length,1);
smb_unlocksmbhdr(&smb);
smb_close(&smb);
smb_stack(&smb,SMB_STACK_POP);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment