profile: fix typo
This commit is contained in:
parent
b80c232fc2
commit
af9cb5b805
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue