Originally Posted By: Dooley
From Gamestudio website:

Quote:
(...) memory and pointer handling, is automatically managed in lite-C. No crashes, memory leaks, and pointer arithmetics anymore!






To stay on topic: I'm afraid there is no easy solution to find memory leaks in liteC. If you have problematic functions you don't understand, try to rewrite them from scratch to get a better understanding. This will improve your skills AND your code in most cases.

Last edited by lemming; 05/26/15 15:20.