[fko-wrapper] add missing fko_destroy() call
This commit is contained in:
parent
22ad9044cd
commit
7cb8ad9528
@ -191,6 +191,8 @@ spa_encoded_msg_fuzzing(void)
|
||||
}
|
||||
} else {
|
||||
printf("fko_spa_data_final(): %s\n", fko_errstr(res));
|
||||
fko_destroy(decode_ctx);
|
||||
decode_ctx = NULL;
|
||||
}
|
||||
|
||||
memset(line, 0x0, MAX_LINE_LEN);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user