Merge pull request #98 from diamante0018/develop

No need to use getter function inside class function
This commit is contained in:
Dss0 2021-07-21 12:26:36 +02:00 committed by GitHub
commit 9382f04756
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ namespace Utils
{ {
if (this->is_valid()) if (this->is_valid())
{ {
FreeLibrary(this->getModule()); FreeLibrary(this->_module);
} }
this->_module = nullptr; this->_module = nullptr;