Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
profile: fix typo
  • Loading branch information
perexg committed Oct 26, 2014
1 parent b80c232 commit af9cb5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/profile.c
Expand Up @@ -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) {
Expand Down

0 comments on commit af9cb5b

Please sign in to comment.