One memory leak less.

This commit is contained in:
Éder Ferreira Zulian
2015-05-28 14:52:42 +02:00
parent 5a64b4d0ad
commit 48236a481e

View File

@@ -112,6 +112,7 @@ ControllerCore::~ControllerCore()
{
delete commandChecker[Command::Activate];
delete commandChecker[Command::Precharge];
delete commandChecker[Command::PrechargeAll];
delete commandChecker[Command::Read];
delete commandChecker[Command::Write];
delete commandChecker[Command::AutoRefresh];