Commit 23b12fce authored by Rafaël Carré's avatar Rafaël Carré

sap: do not release an object we did't yield

parent 256d7f7e
...@@ -427,7 +427,6 @@ static void Close( vlc_object_t *p_this ) ...@@ -427,7 +427,6 @@ static void Close( vlc_object_t *p_this )
} }
FREENULL( p_sys->pp_announces ); FREENULL( p_sys->pp_announces );
pl_Release( p_sd );
free( p_sys ); free( p_sys );
} }
......
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