Fixed a memory leak in BLOCK_SELECTOR

This commit is contained in:
Maciej Suminski 2017-07-04 10:14:58 +02:00
parent e18475f220
commit 098814e205
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ BLOCK_SELECTOR::BLOCK_SELECTOR() :
BLOCK_SELECTOR::~BLOCK_SELECTOR()
{
ClearListAndDeleteItems();
}