Commit 52897c90 authored by Hannes Domani's avatar Hannes Domani Committed by Tristan Matthews

flac: fix memory leak

Signed-off-by: default avatarTristan Matthews <le.businessman@gmail.com>
parent 08f8853b
......@@ -418,6 +418,9 @@ static void ProcessHeader( decoder_t *p_dec )
}
FLAC__stream_decoder_process_until_end_of_metadata( p_sys->p_flac );
msg_Dbg( p_dec, "STREAMINFO decoded" );
block_Release( p_sys->p_block );
p_sys->p_block = NULL;
}
/*****************************************************************************
......
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