Properly deinitialize BitMessage client to save objects and keys.

This commit is contained in:
/dev/urandom 2016-08-29 09:03:10 +02:00
parent f0b4525901
commit c4d1eb8940
No known key found for this signature in database
GPG Key ID: 41322B973E0F295E

View File

@ -162,6 +162,7 @@ namespace Components
BitMessage::~BitMessage() BitMessage::~BitMessage()
{ {
Singleton = NULL; Singleton = NULL;
delete this->BMClient;
} }
void BitMessage::SetDefaultTTL(time_t ttl) void BitMessage::SetDefaultTTL(time_t ttl)