Commit 579875c0 authored by Christophe Courtaut's avatar Christophe Courtaut Committed by Rémi Denis-Courmont

Fix huge memory leak in sout smem module

Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent f8126643
......@@ -347,6 +347,7 @@ static int SendVideo( sout_stream_t *p_stream, sout_stream_id_t *id,
p_sys->pf_video_postrender_callback( p_sys->p_video_data, p_pixels,
id->format->video.i_width, id->format->video.i_height,
id->format->video.i_bits_per_pixel, i_size, p_buffer->i_pts );
block_ChainRelease( p_buffer );
return VLC_SUCCESS;
}
......
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