Revision: 15414
Author:   [email protected]
Date:     Mon Jul  1 05:30:26 2013
Log:      Plug leaked mutexes in OptimizingCompilerThread.

BUG=
[email protected]

Review URL: https://codereview.chromium.org/18345004
http://code.google.com/p/v8/source/detail?r=15414

Modified:
 /branches/bleeding_edge/src/optimizing-compiler-thread.h

=======================================
--- /branches/bleeding_edge/src/optimizing-compiler-thread.h Fri Jun 28 04:24:27 2013 +++ /branches/bleeding_edge/src/optimizing-compiler-thread.h Mon Jul 1 05:30:26 2013
@@ -83,8 +83,12 @@
 #endif

   ~OptimizingCompilerThread() {
+    delete install_mutex_;
     delete input_queue_semaphore_;
     delete stop_semaphore_;
+#ifdef DEBUG
+    delete thread_id_mutex_;
+#endif
   }

  private:

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to