epics-modules/iocStats

*Main.cpp programs lacked epicsExit(0)

MarkRivers opened this issue · 1 comments

The *Main.cpp programs in the test directories are based on very old templates that lack the call to epicsExit(0) after the iocsh(NULL) returns. This prevents epicsAtExit() from working on some platforms, e.g. Windows.

Fixed by updating *Main.cpp to newer version.