No need to use getter function inside class function

This commit is contained in:
Diavolo 2021-07-20 21:36:14 +02:00
parent 04d5b0e6b5
commit 83147de048
No known key found for this signature in database
GPG Key ID: FA77F074E98D98A5

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;