Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(822)

Unified Diff: src/platform-linux.cc

Issue 53089: Fixed test memory leaks (Closed)
Patch Set: Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/platform-linux.cc
diff --git a/src/platform-linux.cc b/src/platform-linux.cc
index 88b28c572d89c5b6cc765b9c0d3ab897b74e0402..e6699b4238a866388c1d8a7efd1f237ffde30b2f 100644
--- a/src/platform-linux.cc
+++ b/src/platform-linux.cc
@@ -467,6 +467,7 @@ class ThreadHandle::PlatformData : public Malloced {
case ThreadHandle::INVALID: thread_ = kNoThread; break;
}
}
+
pthread_t thread_; // Thread handle for pthread.
};

Powered by Google App Engine
This is Rietveld 408576698