#ident "$URL: svn://elmer/devel/SVN/SDDAS/trunk/libCfg/CfgTerm.c $ %D% SwRI" #include "ant.h" /* for FreeSDDASCfg */ #include "libCfg.h" #include "libCfg_local.h" /* * free up all pointer associated with the Projects tree */ void CfgTerm () { aP_Free (Projects); FreeSDDASCfg (); Projects = NULL; }