mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
Proper free OP for miniz
This commit is contained in:
parent
b6d34b3b18
commit
c61ba1c9a5
1 changed files with 1 additions and 1 deletions
|
|
@ -460,7 +460,7 @@ namespace goes
|
|||
file.close();
|
||||
|
||||
// Free memory
|
||||
delete outBuffer;
|
||||
zipFile.m_pFree(&zipFile, outBuffer);
|
||||
}
|
||||
}
|
||||
// Check if this is message data. If we slipped to here we know it's not EMWIN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue