[fko-wrapper] add missing fko_destroy() call

This commit is contained in:
Michael Rash 2014-05-09 20:53:32 -04:00
parent 22ad9044cd
commit 7cb8ad9528

View File

@ -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);