Skip to content

[gtk3] gtkgesturerotate: Fix a memory leak

Yariv requested to merge yarivb/gtk:gtk3-fix-gtkgesturerotate-leak into gtk-3-24

On touchpads gtk_gesture_get_sequences() was called without a corresponding g_list_free(). The same was true for touchscreens if due to some reason only a single sequence was found.

This is a backport of !1260 (merged) to GTK-3.

Merge request reports