... as i wrote i ment local string.
Yeah, I figured as much.
In the case of a application crash, sometimes all the memory gets
cleared, sometimes it doesnt.
But thats more or less up to how well windows handled the crash.
It depends a lot on what type of illegal operation it was that caused the crash...
If windows got upset about what acknex was doing, it can be bad.
If acknex saw a fault and crashes out, its usually pretty clean.
Ive had as much as 750M of ram locked out after a bad 'malloc' command.
But EXACTLY the same fault when using 'sys_malloc' and I lost no memory.
Thats because (as far as I can tell) the malloc got caught by windows,
whereas the sys_malloc got caught by acknex.