diff --git a/Adapter.hxx b/Adapter.hxx index 9bc0068..3fd4db6 100644 --- a/Adapter.hxx +++ b/Adapter.hxx @@ -54,11 +54,6 @@ namespace pEp { if (obj && _shutdown) _shutdown(obj); - - if (_sync_thread) { - // FIXME: small memory leak, because thread object is not released - _sync_thread = nullptr; - } } template< class T > void startup(