projects
/
model-checker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c32ade2
)
libthreads: delete allocated object
author
Brian Norris
<banorris@uci.edu>
Wed, 14 Mar 2012 22:10:31 +0000
(15:10 -0700)
committer
Brian Norris
<banorris@uci.edu>
Wed, 14 Mar 2012 22:10:31 +0000
(15:10 -0700)
libthreads.c
patch
|
blob
|
history
diff --git
a/libthreads.c
b/libthreads.c
index 2ffe958ed193909cc2960fabcf28c9ee4d3eae4c..5a4c3a12f101f33252c042f7b5daf6c19d98cca4 100644
(file)
--- a/
libthreads.c
+++ b/
libthreads.c
@@
-166,6
+166,8
@@
int main()
/* Wait for all threads to complete */
thread_wait_finish();
+ delete model;
+
DEBUG("Exiting\n");
return 0;
}