Don't leak memory

This commit is contained in:
Kenzzer 2024-09-11 20:46:12 +02:00
parent 38827bb1ca
commit 8371eb805c
No known key found for this signature in database
GPG Key ID: A4474D96720FD722

View File

@ -63,8 +63,6 @@ CHook::CHook(void* pFunc, ICallingConvention* pConvention)
if (!m_RetAddr.init())
return;
m_pTrampoline = new void*;
m_pBridge = CreateBridge();
if (!m_pBridge)
return;