]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
sync with ffmpeg
authorAndreas Öman <andreas@lonelycoder.com>
Wed, 21 Nov 2007 09:30:18 +0000 (09:30 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Wed, 21 Nov 2007 09:30:18 +0000 (09:30 +0000)
pvr.c

diff --git a/pvr.c b/pvr.c
index e98caa14bfa81281b2263f59bf530cef954db1ae..854d338eb7864acef3f8b8a393fe9080d779c956 100644 (file)
--- a/pvr.c
+++ b/pvr.c
@@ -844,7 +844,7 @@ pvrr_transport_unavailable(pvr_rec_t *pvrr, th_transport_t *t)
       free(avst);
     }
     
-    url_fclose(&fctx->pb);
+    url_fclose(fctx->pb);
     free(fctx);
   }