Closed wxtrac closed 3 years ago
Issue migrated from trac ticket # 5215
priority: normal
If one tries to read a JPEG file but the file is not actually a JPEG image, the memory allocated on line 133 in imagjpeg is not freed.
preventLeak.patch
Leak correction when error in JPEG reading
your patch was applied to the cvs trunk, thanks!
Issue migrated from trac ticket # 5215
priority: normal
2001-11-23 14:53:32: nodet created the issue
If one tries to read a JPEG file but the file is not actually a JPEG image, the memory allocated on line 133 in imagjpeg is not freed.