Commit 34f345aa authored by Jean-Paul Saman's avatar Jean-Paul Saman

examples/get_pcr_pid.c: free p_buffer on exit

parent 4a9fb815
......@@ -242,6 +242,8 @@ int main( int i_argc, char **pp_argv )
}
result = EXIT_SUCCESS;
free( p_buffer );
out:
if (p_pat_dvbpsi_fd)
{
......
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