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
This commit is contained in:
bmeurer@chromium.org 2013-07-01 12:30:26 +00:00
parent d7618796f6
commit c146178079

View File

@ -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: