bug in CImageLoaderPNG.cpp [FIXED]

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
elephoenix
Posts: 2
Joined: Mon Sep 01, 2014 8:20 am

bug in CImageLoaderPNG.cpp [FIXED]

Post by elephoenix »

CImageLoaderPNG.cpp line 261
MeMBP:Downloads Me$ diff ori/CImageLoaderPNG.cpp mod/CImageLoaderPNG.cpp
261c261
< delete [] image;
---
> delete image;
hendu
Posts: 2600
Joined: Sat Dec 18, 2010 12:53 pm

Re: bug in CImageLoaderPNG.cpp

Post by hendu »

Confirmed, line 261 in an error path. In the future, please always post unified diffs, not the old format.
Nadro
Posts: 1648
Joined: Sun Feb 19, 2006 9:08 am
Location: Warsaw, Poland

Re: bug in CImageLoaderPNG.cpp

Post by Nadro »

I'll fix it today.
Library helping with network requests, tasks management, logger etc in desktop and mobile apps: https://github.com/GrupaPracuj/hermes
elephoenix
Posts: 2
Joined: Mon Sep 01, 2014 8:20 am

Re: bug in CImageLoaderPNG.cpp

Post by elephoenix »

ok. thanks.
Nadro
Posts: 1648
Joined: Sun Feb 19, 2006 9:08 am
Location: Warsaw, Poland

Re: bug in CImageLoaderPNG.cpp

Post by Nadro »

Fixed in v1.8 branch, it will be merged with trunk in near future.
Library helping with network requests, tasks management, logger etc in desktop and mobile apps: https://github.com/GrupaPracuj/hermes
Post Reply