Fix many memory leaks

This commit is contained in:
Marty Kraimer
2011-01-12 10:28:00 -05:00
parent f04a4faccd
commit 608d74c400
70 changed files with 1336 additions and 1255 deletions
+6 -6
View File
@@ -1,6 +1,6 @@
linkedListNode: totalConstruct 9 totalDestruct 1
linkedList: totalConstruct 2 totalDestruct 0
queueElement: totalConstruct 5 totalDestruct 5
queue: totalConstruct 1 totalDestruct 1
event: totalConstruct 5 totalDestruct 5
thread: totalConstruct 1 totalDestruct 1
queueElement: totalConstruct 5 totalDestruct 5
queue: totalConstruct 1 totalDestruct 1
event: totalConstruct 5 totalDestruct 5
thread: totalConstruct 1 totalDestruct 1
linkedListNode: totalConstruct 7 totalDestruct 7
linkedList: totalConstruct 2 totalDestruct 2