Fix some memory leaks in the tests

This commit is contained in:
Paul Cornett
2017-10-01 09:41:49 -07:00
parent 8c353236ac
commit fc7f20c419
6 changed files with 10 additions and 0 deletions

View File

@@ -402,6 +402,7 @@ public:
1, m_events.size()
);
delete e;
}
virtual void GenerateEvent() = 0;