Tag Archives: valgrind

Memory errors are among the most difficult bugs to detect because they don’t seem to cause any outward problems until it is too late. A memory leak can cause an out of memory issue, and further calls to malloc or … Continue reading

Posted in C++, Testing | Tagged , , , , | Leave a comment