OpenParsec / openparsec

GNU General Public License v2.0
52 stars 8 forks source link

Valgrind the client to check for memory leaks #4

Open uberlinuxguy opened 11 years ago

uberlinuxguy commented 11 years ago

The system may have an internal way to track memory, since almost all mallocs/frees are done through the ALLOCMEM()/FREEMEM() macros. But it would be a good idea for someone to get a memory profile and look for bugs and breaks in the trunk/ code. I want to make sure that's 100% stable and free of leaks.