Browse Source

Fix issues from review

- Delete the TypeFilter pointers
Adam Johnson 12 years ago
parent
commit
795babd6aa
  1. 2
      Sources/Plasma/NucleusLib/pnDispatch/plDispatch.cpp

2
Sources/Plasma/NucleusLib/pnDispatch/plDispatch.cpp

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

Loading…
Cancel
Save