Bug 554

Summary: Valgrind Reports Memory Leaks Galore csma-bridge.py
Product: ns-3 Reporter: Craig Dowell <craigdo>
Component: python bindingsAssignee: ns-bugs <ns-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: mathieu.lacage
Priority: P1    
Version: pre-release   
Hardware: All   
OS: All   

Description Craig Dowell 2009-04-17 13:28:56 UTC
This happens on ns-regression.ee.washington.edu after download with ns-3-allinone with ./waf --regression --valgrind

Too many errors to paste here, but:

==22135== ERROR SUMMARY: 650 errors from 51 contexts (suppressed: 132 from 1)
==22135== malloc/free: in use at exit: 2,243,934 bytes in 1,208 blocks.
==22135== malloc/free: 82,514 allocs, 81,306 frees, 8,579,849 bytes allocated.
==22135== For counts of detected errors, rerun with: -v
==22135== searching for pointers to 1,208 not-freed blocks.
==22135== checked 3,308,512 bytes.
Comment 1 Mathieu Lacage 2009-04-21 07:36:22 UTC
changeset: fd90dd412e67