|
From: Andre R. <and...@us...> - 2004-11-20 19:12:06
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2677/Common/source Modified Files: Tag: New_Tables_Experiment-branch shellfile.c Log Message: In shellclose, call listflushcache to properly dispose cached lists on quit. Index: shellfile.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/shellfile.c,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -C2 -d -r1.3 -r1.3.2.1 *** shellfile.c 1 Nov 2004 11:50:16 -0000 1.3 --- shellfile.c 20 Nov 2004 19:11:54 -0000 1.3.2.1 *************** *** 1060,1064 **** hashflushcache (&ctbytes); //rab 6.0b6 free the memory ! return (true); --- 1060,1066 ---- hashflushcache (&ctbytes); //rab 6.0b6 free the memory ! ! listflushcache (&ctbytes); //2004-11-20 aradke ! return (true); |