cleanup from dtor

Avoid unnecessary reset() of otherwise const shared_ptr in destroy()
as this necessities locking for potentially concurrent access.
This commit is contained in:
Michael Davidsaver
2015-12-08 16:10:17 -05:00
parent b0f855337f
commit 3865745790
2 changed files with 0 additions and 15 deletions
-1
View File
@@ -176,7 +176,6 @@ MonitorUser::destroy()
Guard G(entry->chan->cache->cacheLock);
running = false;
}
req.reset();
}
pvd::Status