commit | de69d7f8c32be83c405bf5a9c5f15fc655f578fa | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Aug 18 16:49:37 2011 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Aug 18 16:49:37 2011 -0700 |
tree | cb55a919ba3fc9f5ee0e8f70cf22235bd6161532 | |
parent | 2cfd15d1940c848fd60b454c545a33e2a78d185e [diff] [blame] |
Clean up mutexes on shutdown. Change-Id: Ib961f954280c27f8858c4d6fb9010cc833bb28d2
diff --git a/src/intern_table.h b/src/intern_table.h index 61da28b..0a1554d 100644 --- a/src/intern_table.h +++ b/src/intern_table.h
@@ -13,6 +13,7 @@ class InternTable { public: InternTable(); + ~InternTable(); String* Intern(int32_t utf16_length, const char* utf8_data); void VisitRoots(Heap::RootVistor* root_visitor, void* arg);