Fixed use-after-free bug when exiting
This commit is contained in:
parent
955cc366d1
commit
e0f774d6dd
2 changed files with 10 additions and 6 deletions
|
@ -61,7 +61,7 @@ private:
|
|||
uint64_t m_ts = 0;
|
||||
uintptr_t m_key;
|
||||
|
||||
static Storage<DnsUvBackend> m_storage;
|
||||
static Storage<DnsUvBackend>& getStorage();
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue