We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93661ca commit a43a4e2Copy full SHA for a43a4e2
src/client.cpp
@@ -250,6 +250,8 @@ Client::~Client()
250
m_shutdown = true;
251
m_con->Disconnect();
252
253
+ deleteAuthData();
254
+
255
m_mesh_update_thread.stop();
256
m_mesh_update_thread.wait();
257
while (!m_mesh_update_thread.m_queue_out.empty()) {
@@ -274,6 +276,7 @@ Client::~Client()
274
276
}
275
277
278
delete m_minimap;
279
+ delete m_media_downloader;
280
281
282
void Client::connect(Address address, bool is_local_server)
0 commit comments