Properly deinitialize BitMessage client to save objects and keys.
This commit is contained in:
parent
f0b4525901
commit
c4d1eb8940
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user