Browse Source

FIXME: I need Heck!

sync
Volker Birk 6 years ago
parent
commit
9a00b896a5
  1. 5
      Adapter.hxx

5
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(

Loading…
Cancel
Save