From af9cb5b80509cf2ffb8302ccc7421746ffd24763 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Sun, 26 Oct 2014 16:27:06 +0100 Subject: [PATCH] profile: fix typo --- src/profile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/profile.c b/src/profile.c index 59478330..7394f518 100644 --- a/src/profile.c +++ b/src/profile.c @@ -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) {