[bug]memory leak in CCImage::_initWithPngData

Can’t report in Issues, so write here.

CCImage.cpp
line 319

if (!png_ptr)

of course there is should be condition

if (png_ptr)

Bug #408. I will fix it immediately
Thanks for your report!