Are the pointers your trying to delete really initialized?
Don't mix new with free and alloc with delete.
Since you are in a C++ environment, use only new and delete.
Are the pointers your trying to delete really initialized?
Don't mix new with free and alloc with delete.
Since you are in a C++ environment, use only new and delete.
==========================signature=============== ==================
S.O.L.I.D principles (use them!):
https://en.wikipedia.org/wiki/SOLID_...iented_design)
Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.
Bookmarks