userlibandfileserver/fileserver/sfat32/sl_drv.cpp
branchRCL_3
changeset 19 4a8fed1c0ef6
parent 6 0173bcd7697c
child 22 2f92ad2dc5db
--- a/userlibandfileserver/fileserver/sfat32/sl_drv.cpp	Tue Feb 02 01:24:03 2010 +0200
+++ b/userlibandfileserver/fileserver/sfat32/sl_drv.cpp	Sat Feb 20 00:10:51 2010 +0200
@@ -43,12 +43,15 @@
 }
 
 /**
-    pseudo-destructor. 
+    Close the interface to the media driver
 */
 void TDriveInterface::Close()
 {
 	 if(iMount)
+		{
 		iMount->LocalDrive()->SetMount(NULL);
+        }
+
      iMount = NULL;
 }