Page 1 of 1
bug in CImageLoaderPNG.cpp [FIXED]
Posted: Mon Sep 01, 2014 8:28 am
by elephoenix
CImageLoaderPNG.cpp line 261
MeMBP:Downloads Me$ diff ori/CImageLoaderPNG.cpp mod/CImageLoaderPNG.cpp
261c261
< delete [] image;
---
> delete image;
Re: bug in CImageLoaderPNG.cpp
Posted: Mon Sep 01, 2014 8:47 am
by hendu
Confirmed, line 261 in an error path. In the future, please always post unified diffs, not the old format.
Re: bug in CImageLoaderPNG.cpp
Posted: Mon Sep 01, 2014 9:03 am
by Nadro
I'll fix it today.
Re: bug in CImageLoaderPNG.cpp
Posted: Mon Sep 01, 2014 9:23 am
by elephoenix
ok. thanks.
Re: bug in CImageLoaderPNG.cpp
Posted: Mon Sep 01, 2014 7:57 pm
by Nadro
Fixed in v1.8 branch, it will be merged with trunk in near future.