|
|
Log in / Subscribe / Register

The Valgrind Project releases version 3.4.0

The Valgrind Project releases version 3.4.0

Posted Jan 15, 2009 16:58 UTC (Thu) by jengelh (subscriber, #33263)
In reply to: The Valgrind Project releases version 3.4.0 by pr1268
Parent article: The Valgrind Project releases version 3.4.0

>since I have a gnarly case of OCD, I'm always checking my own C/C++ programs for leaks.

That's not OCD but the sign of being a good developer. Having to find bugs and memory leaks is not pleasing, but making the best effort that you find the bugs/leaks before the users do, that's just pro.


to post comments

The Valgrind Project releases version 3.4.0

Posted Jan 15, 2009 18:04 UTC (Thu) by pr1268 (guest, #24648) [Link]

Aww, thanks! Your comment made my day.

But, I really do have OCD (self-diagnosed). Believe me, I've actually re-written dozens of C/C++/Java programs I authored just to make code style and indentation changes. I once rewrote an entire music directory utility I use personally (about 10 source files) just to get rid of what Valgrind said was a "possible" 12-byte leak (according to a CS professor who examined my code, Valgrind may have given a false positive).


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds