Saving OpenEXR half didn't free allocated half buffer... silly c++ memory
management!
This commit is contained in:
@@ -249,6 +249,7 @@ static short imb_save_openexr_half(struct ImBuf *ibuf, char *name, int flags)
|
||||
file->setFrameBuffer (frameBuffer);
|
||||
file->writePixels (height);
|
||||
delete file;
|
||||
delete pixels;
|
||||
}
|
||||
catch (const std::exception &exc)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user