Commit c1461780 authored by bmeurer@chromium.org's avatar bmeurer@chromium.org

Plug leaked mutexes in OptimizingCompilerThread.

BUG=
R=jkummerow@chromium.org

Review URL: https://codereview.chromium.org/18345004

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15414 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent d7618796
......@@ -83,8 +83,12 @@ class OptimizingCompilerThread : public Thread {
#endif
~OptimizingCompilerThread() {
delete install_mutex_;
delete input_queue_semaphore_;
delete stop_semaphore_;
#ifdef DEBUG
delete thread_id_mutex_;
#endif
}
private:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment