Skip to content

imwayland: Fix a small leak

Michael Catanzaro requested to merge mcatanzaro/#1174 into gtk-3-24

If the parent get_preedit_string implementation returns a nonnull zero-length string, then we ignore it, which is almost fine. We have to free it, though.

Fixes #1174 (closed)

Merge request reports