From 0f2bbaace3d93bb11c1857038431cb032aef310f Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Wed, 2 Oct 2019 05:18:34 -0400 Subject: [PATCH] seems that's safe --- texthook/texthook.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/texthook/texthook.cc b/texthook/texthook.cc index 5f8d10b..47b1d0c 100644 --- a/texthook/texthook.cc +++ b/texthook/texthook.cc @@ -278,7 +278,7 @@ bool TextHook::InsertReadCode() void TextHook::RemoveHookCode() { MH_DisableHook(location); - //MH_RemoveHook(location); + MH_RemoveHook(location); } void TextHook::RemoveReadCode()