userlibandfileserver/fileserver/sfile/sf_memory_man.cpp
changeset 270 ea2cef07f9fe
parent 176 af6ec97d9189
equal deleted inserted replaced
255:d45b74d3fb20 270:ea2cef07f9fe
    40 		{
    40 		{
    41 		iRegisteredClients[i]->Reset();
    41 		iRegisteredClients[i]->Reset();
    42 		delete iRegisteredClients[i];
    42 		delete iRegisteredClients[i];
    43 		}
    43 		}
    44 	iRegisteredClients.Close();
    44 	iRegisteredClients.Close();
       
    45 	iChunk.Close();
    45 	}
    46 	}
    46 
    47 
    47 /**
    48 /**
    48 Static factory function of CCacheMemoryManager
    49 Static factory function of CCacheMemoryManager
    49 @param	aCacheSize	the total size of the virtual address space
    50 @param	aCacheSize	the total size of the virtual address space