[FS_REC]
[reactos.git] / reactos / drivers / filesystems / msfs / create.c
index d20d66e..154bea7 100644 (file)
 
 #include "msfs.h"
 
+#include <ndk/iotypes.h>
+
 #define NDEBUG
 #include <debug.h>
 
-
 /* FUNCTIONS *****************************************************************/
 
 /* Creates the client side */
@@ -198,6 +199,7 @@ MsfsCreateMailslot(PDEVICE_OBJECT DeviceObject,
     {
         ExFreePool(Fcb->Name.Buffer);
         ExFreePool(Fcb);
+        ExFreePool(Ccb);
 
         KeUnlockMutex(&DeviceExtension->FcbListLock);