mirror of https://github.com/axmolengine/axmol.git
issue #18, debug
This commit is contained in:
parent
cac04e3bfc
commit
aec3660ec4
|
@ -258,7 +258,7 @@ namespace cocos2d {
|
|||
}
|
||||
} while (0);
|
||||
CCX_SAFE_FREE(buffer);
|
||||
if(!deflated)
|
||||
if(deflated)
|
||||
{
|
||||
delete [] deflated;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue