]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
profile: fix typo
authorJaroslav Kysela <perex@perex.cz>
Sun, 26 Oct 2014 15:27:06 +0000 (16:27 +0100)
committerJaroslav Kysela <perex@perex.cz>
Sun, 26 Oct 2014 15:27:06 +0000 (16:27 +0100)
src/profile.c

index 594783301b23244e4bab6e8368202609d161fa4e..7394f518d26adc397f02310032ba78901f31750f 100644 (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) {