mheinsen / seec

Program visualization and debugging for novice C programmers
http://seec-team.github.io/seec/
MIT License
3 stars 0 forks source link

Raise runtime error when deallocating pointers causes a memory leak. #59

Closed mheinsen closed 7 years ago

mheinsen commented 8 years ago

Either when they are automatically deallocated from the stack, or explicitly deallocated through free, realloc.

mheinsen commented 7 years ago

This issue was moved to seec-team/seec#19