summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'logd/LogTimes.cpp')
-rw-r--r--logd/LogTimes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/logd/LogTimes.cpp b/logd/LogTimes.cpp
index a4b96d33d..2a04880e4 100644
--- a/logd/LogTimes.cpp
+++ b/logd/LogTimes.cpp
@@ -90,7 +90,7 @@ void LogTimeEntry::threadStop(void *obj) {
90 while(it != times.end()) { 90 while(it != times.end()) {
91 if (*it == me) { 91 if (*it == me) {
92 times.erase(it); 92 times.erase(it);
93 me->release_Locked(); 93 me->release_nodelete_Locked();
94 break; 94 break;
95 } 95 }
96 it++; 96 it++;