eitd/sectionsd.cpp: delete C/N events on cleanup

This commit is contained in:
[CST] Focus
2012-05-05 14:12:16 +04:00
parent d0c3ad2f35
commit 9fc50cdf98

View File

@@ -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");