well I only ever sys_free like this:
sys_free(point);

So it clears exactly the size of "point", right? No more, no less.
Also, the pointer is set to NULL, the object behind the pointer is not overwritten.


~"I never let school interfere with my education"~
-Mark Twain