Commit 37e0b5b4 authored by Laurent Aimar's avatar Laurent Aimar

Removed useless test (ts.c)

parent d9f4825a
...@@ -1553,11 +1553,8 @@ static void PIDInit( ts_pid_t *pid, bool b_psi, ts_psi_t *p_owner ) ...@@ -1553,11 +1553,8 @@ static void PIDInit( ts_pid_t *pid, bool b_psi, ts_psi_t *p_owner )
if( !b_old_valid ) if( !b_old_valid )
{ {
pid->psi = xmalloc( sizeof( ts_psi_t ) ); pid->psi = xmalloc( sizeof( ts_psi_t ) );
if( pid->psi ) pid->psi->handle = NULL;
{ TAB_INIT( pid->psi->i_prg, pid->psi->prg );
pid->psi->handle = NULL;
TAB_INIT( pid->psi->i_prg, pid->psi->prg );
}
} }
assert( pid->psi ); assert( pid->psi );
......
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