fix: missing macro check

This commit is contained in:
2026-06-17 21:20:17 -03:00
parent 3cd4571d6a
commit c65082e714
+2
View File
@@ -174,7 +174,9 @@ void setNonBlocking(SOCKET s, bool enabled)
TinyMITMProxy::~TinyMITMProxy()
{
shutdown();
#ifdef TINYMITM_LOGS
delete _log;
#endif
}
bool TinyMITMProxy::init()