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

Origin commit data
------------------
Commit: 9fc50cdf98
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-05-05 (Sat, 05 May 2012)
This commit is contained in:
[CST] Focus
2012-05-05 14:12:16 +04:00
parent 42ff3ba6c1
commit 448fbc6f2b

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