libva-utils/common
Victor Toso a2cc4901a0 wayland: Fix small leak of wl_registry on VADisplay
The struct wl_registry is created with wl_proxy_marshal_constructor()
while calling wl_display_get_registry() and must be freed wtih
wl_proxy_destroy() by calling wl_registry_destroy().

72 bytes in 1 blocks are definitely lost in loss record 6 of 10
   at 0x4C2EF35: calloc (in vgpreload_memcheck-amd64-linux.so)
   by 0x5FD7503: ??? (in libwayland-client.so.0.3.0)
   by 0x5FD7A26: wl_proxy_marshal_array_constructor_versioned
   by 0x5FD7D7B: wl_proxy_marshal_constructor
   by 0x10B096: wl_display_get_registry (wayland-client-protocol.h:966)
   by 0x10AD72: va_open_display_wayland (va_display_wayland.c:91)
   by 0x10A43B: va_open_display (va_display.c:154)
   by 0x109B0A: main (vainfo.c:107)

Signed-off-by: Victor Toso <victortoso@redhat.com>
2017-12-19 10:30:02 -08:00
..
Makefile.am Add the missing header files 2017-03-17 12:49:33 +08:00
loadsurface.h libva-utils: initial commit 2016-11-29 11:41:17 -08:00
loadsurface_yuv.h libva-utils: initial commit 2016-11-29 11:41:17 -08:00
va_display.c Remove some unused variables 2017-12-15 08:52:46 -08:00
va_display.h vainfo: Add '--help' to show available options 2017-07-18 15:46:16 +08:00
va_display_android.cpp libva-utils: initial commit 2016-11-29 11:41:17 -08:00
va_display_drm.c vainfo: add an option "--device" to specify a drm device 2017-07-18 15:46:16 +08:00
va_display_wayland.c wayland: Fix small leak of wl_registry on VADisplay 2017-12-19 10:30:02 -08:00
va_display_x11.c libva-utils: initial commit 2016-11-29 11:41:17 -08:00