1
0
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:
2013-01-07 22:02:33 -05:00
parent bb2146b3a3
commit 795babd6aa

View File

@ -109,6 +109,8 @@ plDispatch::~plDispatch()
void plDispatch::BeginShutdown()
{
for (int i = 0; i < fRegisteredExactTypes.Count(); ++i)
delete fRegisteredExactTypes[i];
fRegisteredExactTypes.Reset();
ITrashUndelivered();
}