OCCT
OCCT copied to clipboard
Memory leak when loading image from buffer
trafficstars
Description
If we use OCCT without FreeImage, the function Image_AlienPixMap::Load (const Standard_Byte* theData, const Standard_Size theLength, const TCollection_AsciiString& theImagePath) cause a memory leak
Expected Behavior
Function should release resources properly
Actual Behavior
The function does not release resources
Sample Code or DRAW Tcl Script
Operating System
Windows
Compiler
MSVC
Bitness
64-bit
OCCT Version
latest
Additional Files
No response