Commit bd680293 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Fixed a memleak

parent baed4c1b
......@@ -328,7 +328,9 @@ static block_t *Packetize( decoder_t *p_dec, block_t **pp_block )
}
else
{
msg_Dbg( p_dec, "waiting on Intra frame" );
p_sys->i_state = STATE_NOSYNC;
block_Release( p_pic );
break;
}
}
......
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