From: <mk...@us...> - 2003-10-24 15:07:46
|
Update of /cvsroot/csp/APPLICATIONS/SimData/Source In directory sc8-pr-cvs1:/tmp/cvs-serv7755/Source Modified Files: InterfaceRegistry.cpp Log Message: Index: InterfaceRegistry.cpp =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/SimData/Source/InterfaceRegistry.cpp,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** InterfaceRegistry.cpp 22 Oct 2003 01:19:47 -0000 1.13 --- InterfaceRegistry.cpp 24 Oct 2003 06:44:13 -0000 1.14 *************** *** 135,141 **** void InterfaceRegistry::__cleanup() { SIMDATA_LOG(LOG_REGISTRY, LOG_DEBUG, "Destroying the interface registry."); ! if (__map) delete __map; ! if (__id_map) delete __id_map; ! if (__list) delete __list; } --- 135,141 ---- void InterfaceRegistry::__cleanup() { SIMDATA_LOG(LOG_REGISTRY, LOG_DEBUG, "Destroying the interface registry."); ! if (__map) delete __map; __map = 0; ! if (__id_map) delete __id_map; __id_map = 0; ! if (__list) delete __list; __list = 0; } |