From: Jaroslav Kysela Date: Sun, 26 Oct 2014 15:27:06 +0000 (+0100) Subject: profile: fix typo X-Git-Tag: v4.1~897 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af9cb5b80509cf2ffb8302ccc7421746ffd24763;p=thirdparty%2Ftvheadend.git profile: fix typo --- diff --git a/src/profile.c b/src/profile.c index 594783301..7394f518d 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) {