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