frontend: update libpicofe
authornotaz <notasas@gmail.com>
Mon, 2 Feb 2015 23:35:33 +0000 (01:35 +0200)
committernotaz <notasas@gmail.com>
Mon, 2 Feb 2015 23:35:33 +0000 (01:35 +0200)
frontend/libpicofe
libpcsxcore/ppf.c

index 515ac0b..9fec8a9 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 515ac0b9d2c4d45a465335d54b8c49830914fcea
+Subproject commit 9fec8a91c9b19856ac0b51de53b847b38ed8dc61
index 0d80107..edebdd0 100644 (file)
@@ -347,8 +347,10 @@ int LoadSBI(const char *fname, int sector_count) {
                return -1;
 
        sbi_sectors = calloc(1, sector_count / 8);
-       if (sbi_sectors == NULL)
+       if (sbi_sectors == NULL) {
+               fclose(sbihandle);
                return -1;
+       }
 
        // 4-byte SBI header
        fread(buffer, 1, 4, sbihandle);