Script log memory leak details needed

tmimlitch

New Member
The script log shows total number of memory leaks once the program is exited. So if the logging system can count the leaks, why can't it give me some details about each leak so I can locate the errant script code and fix the problems.

18:10:03.744: Number of memory leaks: 16

Probably a newbie question. But I have tried to identify and release all allocated resources that I know about in my LUA scripts.
 
Top