Commit b878118e authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* when you use object_find you need to do a object_release as well

parent 3f9ffd1c
......@@ -245,7 +245,8 @@ Reassemble( decoder_t *p_dec, block_t **pp_block )
if( !p_input ) return NULL;
if( var_Get( p_input, "spu-channel", &val ) ) return NULL;
var_Get( p_input, "spu-channel", &val );
vlc_object_release( p_input );
/* Number could be 0bd, 1bd, 2bd, 3bd for 0..3. If so
reduce it to 0..3.
......
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