Commit ed9993ea authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

DVB (old): fix memory leak

parent 71d201b8
...@@ -284,6 +284,7 @@ static int ScanDvbSNextFast( scan_t *p_scan, scan_configuration_t *p_cfg, double ...@@ -284,6 +284,7 @@ static int ScanDvbSNextFast( scan_t *p_scan, scan_configuration_t *p_cfg, double
free( psz_filename ); free( psz_filename );
break; break;
} }
free( psz_filename );
} }
closedir( p_dir ); closedir( p_dir );
......
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