OCCT icon indicating copy to clipboard operation
OCCT copied to clipboard

Memory leak when loading image from buffer

Open mzernova opened this issue 8 months ago • 0 comments
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

mzernova avatar Mar 06 '25 17:03 mzernova