Skip to content
  • Yariv Barkan's avatar
    gtkgesturerotate: Fix a memory leak · dc896f09
    Yariv Barkan authored
    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.
    dc896f09