Fix various memory leaks

This commit is contained in:
Tony Butler 2021-10-24 23:22:58 -06:00
parent f8f73b0cd7
commit f6d45f7990
5 changed files with 19 additions and 1 deletions

View file

@ -62,6 +62,7 @@ private:
uintptr_t m_key;
static Storage<DnsUvBackend>& getStorage();
void releaseStorage();
};