Index: mozilla/nsprpub/pr/src/threads/prcthr.c |
=================================================================== |
--- mozilla/nsprpub/pr/src/threads/prcthr.c (revision 179237) |
+++ mozilla/nsprpub/pr/src/threads/prcthr.c (working copy) |
@@ -35,6 +35,7 @@ |
} |
thread->dump = 0; |
+ PR_DELETE(thread->name); |
PR_DELETE(thread->errorString); |
thread->errorStringSize = 0; |
thread->errorStringLength = 0; |