Commit ff0fab9d authored by Ludovic Fauvet's avatar Ludovic Fauvet

mpg123: missing p_block release

parent edeb3ffa
......@@ -118,6 +118,7 @@ static block_t *DecodeBlock( decoder_t *p_dec, block_t **pp_block )
if( i_err == MPG123_NEED_MORE )
{
/* Need moar data */
block_Release( p_block );
return NULL;
}
else if( i_err != MPG123_OK )
......
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