Commit 5aadc1fc authored by Jean-Paul Saman's avatar Jean-Paul Saman

src/demux.c: Fix CID #110840

Remove dead debug code.
parent 65ed42a6
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment