X-Git-Url: https://git.saurik.com/apple/hfs.git/blobdiff_plain/558d2836cb4329cfdb20acd2c5c4cd1945ad0a66..4ec02d5c7ea2cbb45ce3725407590ab14cc10615:/tests/cases/test-transcode.m diff --git a/tests/cases/test-transcode.m b/tests/cases/test-transcode.m index 5dba386..70ca87a 100644 --- a/tests/cases/test-transcode.m +++ b/tests/cases/test-transcode.m @@ -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; }