Skip to content

glib.supp: Allow possible leaks of g_type_register_static()

Philip Chimento requested to merge ptomato/glib:1911-valgrind-suppression into master

It seems this should not only be marked reachable, but also for possible leaks, as the realloc() variant already is.

Closes #1911 (closed)

Merge request reports