Commit b0c7b9c8 authored by Hannes Domani's avatar Hannes Domani Committed by Jean-Baptiste Kempf

faad: fix memory leak

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 6cf7153b
...@@ -516,6 +516,7 @@ static block_t *DecodeBlock( decoder_t *p_dec, block_t **pp_block ) ...@@ -516,6 +516,7 @@ static block_t *DecodeBlock( decoder_t *p_dec, block_t **pp_block )
p_sys->i_buffer ); p_sys->i_buffer );
} }
block_Release( p_block );
return p_out; return p_out;
} }
else 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