I've noticed that CodeWarrior automatically will free memory for you if you
forget. Example:
freeing a node in a linked list will automatically free any dynamically
allocated data in that node.
This is becoming a problem for me as I am a beginning programmer(still
working on my undergrad). When I run my programs on MS Visual C++ at
school, memory leaks then show themselves.
I know that there must be some way to disable this feature. If anyone out
there knows how, it would be wonderful if you could tell me (or, at least,
point me in the right direction.