Skip to content
Snippets Groups Projects
Commit 53be8f3b authored by Jean-Paul Saman's avatar Jean-Paul Saman
Browse files

example/get_pcr_pid.c: oops made a mistake.

parent a437933a
No related branches found
No related tags found
No related merge requests found
......@@ -202,7 +202,7 @@ int main( int i_argc, char **pp_argv )
free( p_buffer );
out:
if ( p_dvbpsi_fd ) dvbpsi_DetachPAT( p_dvbpsi_fd );
if ( p_pat_dvbpsi_fd ) dvbpsi_DetachPAT( p_pat_dvbpsi_fd );
close( i_fd );
fprintf( stderr, "no PAT/PMT found\n" );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment