diff -r 741dcdf88ba9 -r c4d65d91ad0c userlibandfileserver/fileserver/sfat32/sl_drv.cpp --- a/userlibandfileserver/fileserver/sfat32/sl_drv.cpp Mon Mar 08 11:57:08 2010 +0000 +++ b/userlibandfileserver/fileserver/sfat32/sl_drv.cpp Sun Mar 14 13:15:32 2010 +0000 @@ -43,12 +43,15 @@ } /** - pseudo-destructor. + Close the interface to the media driver */ void TDriveInterface::Close() { if(iMount) + { iMount->LocalDrive()->SetMount(NULL); + } + iMount = NULL; }