mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +00:00
Fix issues from review
- Delete the TypeFilter pointers
This commit is contained in:
@ -109,6 +109,8 @@ plDispatch::~plDispatch()
|
||||
|
||||
void plDispatch::BeginShutdown()
|
||||
{
|
||||
for (int i = 0; i < fRegisteredExactTypes.Count(); ++i)
|
||||
delete fRegisteredExactTypes[i];
|
||||
fRegisteredExactTypes.Reset();
|
||||
ITrashUndelivered();
|
||||
}
|
||||
|
Reference in New Issue
Block a user