Fixed a memory leak in BLOCK_SELECTOR
This commit is contained in:
parent
e18475f220
commit
098814e205
|
@ -50,6 +50,7 @@ BLOCK_SELECTOR::BLOCK_SELECTOR() :
|
|||
|
||||
BLOCK_SELECTOR::~BLOCK_SELECTOR()
|
||||
{
|
||||
ClearListAndDeleteItems();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue