Skip to content

Commit

Permalink
fixed compiler error
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmorgner committed Feb 10, 2020
1 parent ea2991e commit a0e1bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libopensc/pkcs15-tccardos.c
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ static int sc_pkcs15_tccardos_init_func(sc_pkcs15_card_t *p15card)
if (r != SC_SUCCESS || file == NULL)
return SC_ERROR_INTERNAL;
/* set the application DF */
sc_file_free(p15card->file_app;
sc_file_free(p15card->file_app);
p15card->file_app = file;

return SC_SUCCESS;
Expand Down

0 comments on commit a0e1bf7

Please sign in to comment.