Pretty sure the memory leak in question is
only from an engine structure being passed as an argument to the function argument of DelayCommand, AssignCommand, and ActionDoCommand. That's how I've interpreted it. These types of memory leaks would persist until the nwserver process exited, basically they're mallocs without frees
Modifié par pope_leo, 11 décembre 2013 - 09:37 .