Files
mpv/video
wm4 1d2d649281 vdpau: fix uninit when init fails
The uninit() function was called twice if the uninit() function failed
(once by init(), once by vd_lavc.c code), which caused crashes due to
double-free. (This failure is a corner case, and all other hwdec
backends appear to handle this case gracefully.)

I do not think this code should be able to deal with uninit() being
called other than once. Guarantee that it's called exactly once.
2015-11-01 23:03:02 +01:00
..
2015-11-01 23:03:02 +01:00
2015-09-28 22:03:14 +02:00
2015-04-13 12:10:01 +02:00
2015-09-25 19:18:16 +02:00
2015-09-25 19:18:16 +02:00
2015-09-28 22:03:14 +02:00
2015-11-01 14:11:43 +01:00
2014-07-10 00:58:56 +02:00
2015-10-17 14:20:53 +02:00
2015-10-17 14:20:53 +02:00