skia2/tools/sk_app/unix
Ben Wagner 056bd0dd98 Fix leak of X window title.
Running 'viewer' on Linux with an ASan build produced LSan reports about
leaking textproperty.value. The documentation for
XStringListToTextProperty states that it is up to the user to free the
XTextProperty::value returned with XFree.

In addition, check the return value of XStringListToTextProperty for
failure.

Change-Id: I0db45d3d94f7c8126049c6a343b1aa121f9a7523
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/357597
Reviewed-by: Brian Osman <brianosman@google.com>
Reviewed-by: Jim Van Verth <jvanverth@google.com>
2021-01-26 21:44:38 +00:00
..
DawnVulkanWindowContext_unix.cpp Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. 2020-09-03 03:41:26 +00:00
GLWindowContext_unix.cpp Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. 2020-09-03 03:41:26 +00:00
keysym2ucs.c
keysym2ucs.h
main_unix.cpp
RasterWindowContext_unix.cpp Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. 2020-09-03 03:41:26 +00:00
VulkanWindowContext_unix.cpp Enable ClangTidy check llvm-namespace-comment. 2020-08-06 19:07:52 +00:00
Window_unix.cpp Fix leak of X window title. 2021-01-26 21:44:38 +00:00
Window_unix.h Improve Viewer on UNIX 2020-11-11 16:24:25 +00:00
WindowContextFactory_unix.h Update dawn.h -> webgpu.h, dawn_cpp.h -> webgpu_cpp.h. 2019-12-04 15:24:16 +00:00