zapit: add missing delete ait

Possible leak detected with LeakSanitizer


Origin commit data
------------------
Commit: be371fd8ca
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-09-30 (Thu, 30 Sep 2021)
This commit is contained in:
2021-09-30 16:59:29 +02:00
committed by vanhofen
parent 22f4c25777
commit b721d70a64

View File

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