]> git.sesse.net Git - vlc/commit
Fix memory leak when using subtitles with VDPAU
authorDevin Heitmueller <dheitmueller@kernellabs.com>
Sun, 21 Sep 2014 16:54:55 +0000 (12:54 -0400)
committerRémi Denis-Courmont <remi@remlab.net>
Mon, 22 Sep 2014 18:38:01 +0000 (21:38 +0300)
commit89089ebc9f7625b7317262803394d96139325e54
treee67b974148ecf55303b8eb273c27da6dbfbfaf6e
parentd4c5f2dcd6a2df117b18422e2c50691e48be9707
Fix memory leak when using subtitles with VDPAU

When rendering closed captions with VDPAU, nothing frees the subpicture,
causing a leak that bleeds all the memory out of the system within
minutes.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
modules/hw/vdpau/display.c