Suppress ASAN leak reports when using print dialog in wxGTK

There is nothing we can do about them, as memory is allocated from a
CUPS functions used by GTK itself, so suppress them.
This commit is contained in:
Vadim Zeitlin 2021-05-15 23:20:02 +02:00
parent 99bcb29fce
commit 1a515725b3

View File

@ -43,3 +43,8 @@ leak:_cairo_surface_create_similar_image
leak:_cairo_surface_create_similar_image
leak:gtk_css_image_surface_draw
leak:_gtk_css_image_draw
# Avoid leak reports whenever GtkPrintOperation is used (hopefully this is just
# a one off allocation not freed and not an unbounded leak).
leak:cups_request_printer_list_cb
leak:cups_dispatch_watch_dispatch