Tsk! A 'new' for filehandle wasn't combined with a 'delete', which is

probably causing the leakage issues we have exr in linux.
This commit is contained in:
Ton Roosendaal 2006-03-18 14:45:15 +00:00
parent f356eac8a4
commit 148bc0a2e8

@ -661,6 +661,9 @@ struct ImBuf *imb_load_openexr(unsigned char *mem, int size, int flags)
IMB_rect_from_float(ibuf);
}
}
delete file;
return(ibuf);
}