[libdvbpsi-devel] src/demux.c: Fix CID #110840

Jean-Paul Saman git at videolan.org
Thu Jun 4 10:02:04 CEST 2015


libdvbpsi | branch: master | Jean-Paul Saman <jean-paul.saman at m2x.nl> | Sat May 30 17:04:59 2015 +0200| [5aadc1fc45f87a1195b8d99f5fffd453cf6b94e2] | committer: Jean-Paul Saman

src/demux.c: Fix CID #110840

Remove dead debug code.

> http://git.videolan.org/gitweb.cgi/libdvbpsi.git/?a=commit;h=5aadc1fc45f87a1195b8d99f5fffd453cf6b94e2
---

 src/demux.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/src/demux.c b/src/demux.c
index 5db63a9..ee4d45c 100644
--- a/src/demux.c
+++ b/src/demux.c
@@ -189,8 +189,6 @@ dvbpsi_demux_subdec_t *dvbpsi_NewDemuxSubDecoder(const uint8_t i_table_id,
  *****************************************************************************/
 void dvbpsi_DeleteDemuxSubDecoder(dvbpsi_demux_subdec_t *p_subdec)
 {
-    assert(p_subdec);
-
     if (!p_subdec)
         return;
     /* FIXME: find a saner way to release private decoder resources */



More information about the libdvbpsi-devel mailing list