Skip to content

vout: explicitly release picture_t

Romain Vimont requested to merge rom1v/vlc:release_picture_t into master

The picture_t was released implicitly from vout_dispay_Display().

If the caller explicitly wants to check if the display callback is NULL for other reasons, they might be tempted to avoid calling vout_display_Display() at all, which would leak the picture.

Merge request reports