Thursday, September 17, 2009

Memory leak detection

I've added memory leak detection to the IDE. If you forget to free an object, it'll show in the list which is accessible from the debug menu.

The list also shows any leaks in the IDE/engine caused by the script not destroying those objects.

No comments:

Post a Comment