profile: fix typo

This commit is contained in:
Jaroslav Kysela 2014-10-26 16:27:06 +01:00
parent b80c232fc2
commit af9cb5b805

View file

@ -728,7 +728,7 @@ profile_chain_close(profile_chain_t *prch)
prch->prch_gh = NULL;
}
if (prch->prch_tsfix) {
globalheaders_destroy(prch->prch_tsfix);
tsfix_destroy(prch->prch_tsfix);
prch->prch_tsfix = NULL;
}
if (prch->prch_muxer) {