zapit: add missing delete ait

Possible leak detected with LeakSanitizer
This commit is contained in:
2021-09-30 16:59:29 +02:00
parent dc222187e6
commit b72bd0fbe2

View File

@@ -148,6 +148,9 @@ CZapit::CZapit()
CZapit::~CZapit()
{
#if ENABLE_AIT
delete ait;
#endif
Stop();
}