diff --git a/src/eitd/sectionsd.cpp b/src/eitd/sectionsd.cpp index 4585c7cae..0743cb82d 100644 --- a/src/eitd/sectionsd.cpp +++ b/src/eitd/sectionsd.cpp @@ -2174,6 +2174,8 @@ printf("SIevent size: %d\n", sizeof(SIevent)); #endif #ifdef EXIT_CLEANUP xprintf("[sectionsd] cleanup...\n"); + delete myNextEvent; + delete myCurrentEvent; FreeMemory(); #endif xprintf("[sectionsd] stopped\n");