1
0
mirror of https://github.com/winfsp/winfsp.git synced 2025-10-29 19:18:39 -05:00

sys: FspVolumeCreate: fix missing return

This commit is contained in:
Bill Zissimopoulos
2019-06-21 16:37:07 -07:00
parent f0d7e5b322
commit adc759447e

View File

@@ -272,6 +272,7 @@ static NTSTATUS FspVolumeCreateNoLock(
if (0 != FsvrtDeviceObject) if (0 != FsvrtDeviceObject)
FspDeviceDereference(FsvrtDeviceObject); FspDeviceDereference(FsvrtDeviceObject);
FspDeviceDereference(FsvolDeviceObject); FspDeviceDereference(FsvolDeviceObject);
return Result;
} }
/* do we need to register with fsmup? */ /* do we need to register with fsmup? */