diff options
| -rwxr-xr-x | src/chattyparser.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/chattyparser.py b/src/chattyparser.py index 33dbf88..1f0242c 100755 --- a/src/chattyparser.py +++ b/src/chattyparser.py @@ -124,6 +124,9 @@ def record_allocation(trace, context): size = 0 msg = "" + if trace.func == Function.thread_termination: + return "" + # get size if trace.func == Function.free: # get size and delete old pointer |
