Skip to content

imwayland: fix potential leak of attr list

Christian Hergert requested to merge wip/chergert/imwayland-leak into gtk-3-24

This fixes a potential leak of a PangoAttrList that is set when chaining up to the parent get_preedit_string(). We check to see if the attr list was created and reuse it instead of leaking the previous value.

Merge request reports

Loading