We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
Memory leak of CCFileUtils::getWriteablePath()
Memory leak of CCFileUtils::getWriteablePath()
Bug #495 [Closed]
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
Applied in changeset commit:74501d1b9230a48c31f1fe420f3351ee9aec1200.
- Status changed from Resolved to Closed
- Target version changed from cocos2d-1.0.0-x-0.9.0 to cocos2d-0.99.5-x-0.8.4
- Project changed from cocos2d-x to cpp
- Category deleted (
2) - Target version deleted (
cocos2d-0.99.5-x-0.8.4)
Status: | Closed | |
---|---|---|
Start date: | 2011-05-17 | |
Priority: | Normal | |
Due date: | ||
Assignee: | ||
% Done: | 100% |
|
Category: | - | |
Target version: | - |
getPackageNameJNI() returns an array of char, but CCFileUtils::getWriteablePath() use “delete” to free memory, which only free the first element of the array.