userlibandfileserver/fileserver/sfat32/sl_drv.cpp
changeset 90 947f0dc9f7a8
parent 33 0173bcd7697c
child 87 2f92ad2dc5db
child 102 ef2a444a7410
child 140 2ac1c5c27758
--- a/userlibandfileserver/fileserver/sfat32/sl_drv.cpp	Tue Feb 02 01:24:03 2010 +0200
+++ b/userlibandfileserver/fileserver/sfat32/sl_drv.cpp	Fri Apr 16 16:24:37 2010 +0300
@@ -43,12 +43,15 @@
 }
 
 /**
-    pseudo-destructor. 
+    Close the interface to the media driver
 */
 void TDriveInterface::Close()
 {
 	 if(iMount)
+		{
 		iMount->LocalDrive()->SetMount(NULL);
+        }
+
      iMount = NULL;
 }