Fixed memory leak

This commit is contained in:
Nemirtingas 2019-08-25 21:22:25 +02:00
parent 42a22dd4bb
commit cd8c5fc2ea
7 changed files with 20 additions and 11 deletions

View file

@ -12,6 +12,7 @@
#include <Windows.h>
Base_Hook::Base_Hook():
_library(nullptr),
_hooked(false)
{}