diff options
-rw-r--r-- | base/iat_patch.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/base/iat_patch.cc b/base/iat_patch.cc index fb4a79a..e705713 100644 --- a/base/iat_patch.cc +++ b/base/iat_patch.cc @@ -169,7 +169,8 @@ DWORD ModifyCode(void* old_code, void* new_code, int length) { } IATPatchFunction::IATPatchFunction() - : original_function_(NULL), + : module_handle_(NULL), + original_function_(NULL), iat_thunk_(NULL), intercept_function_(NULL) { } |