]> git.proxmox.com Git - mirror_edk2.git/blobdiff - InOsEmuPkg/Unix/Sec/PosixFileSystem.c
Get BlockIo mapping interfaces working. Still need to work on detecting block size...
[mirror_edk2.git] / InOsEmuPkg / Unix / Sec / PosixFileSystem.c
index 855825627fffeeb3394ce2cc2e43c193ae513442..720f10218afece110f13bc69fc51da2df4f8faf5 100644 (file)
@@ -1533,7 +1533,7 @@ PosixFileSystmeThunkClose (
   }
 
   if (This->Private != NULL) {
-    if (Private->VolumeLabel == NULL) {
+    if (Private->VolumeLabel != NULL) {
       free (Private->VolumeLabel);
     }   
     free (This->Private);