]> git.saurik.com Git - apple/hfs.git/blobdiff - tests/cases/test-transcode.m
hfs-407.200.4.tar.gz
[apple/hfs.git] / tests / cases / test-transcode.m
index 5dba386e7ad1a0e1ad77448fac784713c05d6811..70ca87a70701cf6473db6e713411607522b29288 100644 (file)
@@ -60,6 +60,9 @@ int run_transcode(__unused test_ctx_t *ctx)
        assert_no_err(MKBKeyBagRegisterOTABackup(NULL, NULL));
        assert_no_err(MKBKeyBagRelease(handle));
 
+       close(fd);
+       free(key);
+
        return 0;
 }