Memory Leaks on game

Hello,

we are trying to find a memory leak in our incoming cocos2d-html5 game, and we don’t know how to proceed.

We are using google chrome using the inspector, but we don’t find the memory leak, every time we restart the level we are developing, the memory footprint grows over 1 MB.

Is there any usefull tool for finding memory leaks on cocos2d-html5?

interesting question. I’m curious too.

http://stackoverflow.com/questions/15970525/how-to-find-js-memory-leaks

thanks for the info, we will check the leak-finder-for-javascript tool.