1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-01-19 16:52:17 +01:00

close the tmpfile when done..

This commit is contained in:
Klas Lindfors 2014-08-27 10:35:38 +02:00
parent d6e26978dc
commit 85ef438041

View File

@ -87,6 +87,7 @@ static void test_load_chalresp_state(void) {
rewind(file);
ret = load_chalresp_state(file, &state, true);
assert(ret == 0);
fclose(file);
}
#endif /* HAVE_CR */