[Server] Fix memory leak in CellController

pull/170/head
Koncord 8 years ago
parent 715422aff6
commit 3adbf17545

@ -66,7 +66,10 @@ CellController::CellController()
CellController::~CellController()
{
for(auto cell : cells)
{
delete cell;
}
}
CellController *CellController::sThis = nullptr;

Loading…
Cancel
Save