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()