implemented delete correction for leaks

This commit is contained in:
hugogogo
2022-06-16 18:05:28 +02:00
parent 1cc5dabb7b
commit 5ee4202020
7 changed files with 229 additions and 245 deletions

View File

@@ -5,6 +5,7 @@
struct A_test
{
virtual ~A_test(){};
std::string title;
std::string type;
virtual void func() = 0;