This commit is contained in:
Changhua
2024-06-01 11:17:34 +08:00
parent 3af8924756
commit c679be366f
+1 -1
View File
@@ -110,7 +110,7 @@ void UnListenMessage()
return;
}
status = MH_DisableHook(&recvMsgCallAddr);
status = MH_DisableHook(&funcRecvMsg);
if (status != MH_OK) {
LOG_ERROR("MH_DisableHook failed: {}", to_string(status));
return;