I am receiving this error message when using cppunit to test my application
Allocation/deallocation type mismatch
allocated at file: <unknown> line: 0 size: 262144 type: new []
deallocated at file: <unknown> line: 0 type: delete
I have already solved this particular problem, my question is how do I enable better information instead of unknown file and line 0?