cleanup iocsh

This commit is contained in:
Michael Davidsaver
2014-06-23 16:28:22 -04:00
committed by Michael Davidsaver
parent ad2bb0725d
commit 3ca42fc838
2 changed files with 7 additions and 4 deletions

View File

@@ -659,6 +659,7 @@ int iocShutdown(void)
callbackShutdown();
iterateRecords(doFreeRecord, NULL);
asShutdown();
iocshFree();
iocState = iocStopped;
return 0;
}