pkcs15-oberthur.c:remove redundant code

Signed-off-by: whzhe <wanghongzhe@huawei.com>
This commit is contained in:
w00475903 2020-10-15 02:27:31 -04:00 committed by Frank Morgner
parent 0dc3dcbc00
commit 26a404d6a5

View File

@ -332,7 +332,7 @@ sc_oberthur_read_file(struct sc_pkcs15_card *p15card, const char *in_path,
if (!rv)
rv = sc_oberthur_read_file(p15card, in_path, out, out_len, 0);
}
};
}
sc_file_free(file);