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

Memleak spotted by Dugal Harris.

parent 085676a4
......@@ -1892,6 +1892,7 @@ static int ConfigDevicesCallback( vlc_object_t *p_this, char const *psz_name,
if( p_device_filter )
{
ShowPropertyPage( p_device_filter );
p_device_filter->Release();
}
else
{
......
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