mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
zapit: add missing delete ait
Possible leak detected with LeakSanitizer
This commit is contained in:
@@ -148,6 +148,9 @@ CZapit::CZapit()
|
||||
|
||||
CZapit::~CZapit()
|
||||
{
|
||||
#if ENABLE_AIT
|
||||
delete ait;
|
||||
#endif
|
||||
Stop();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user