Skip to content
  • Gaël Bonithon's avatar
    Fix a memory leak in menu item realignment · 209d0b95
    Gaël Bonithon authored
    The absence of the "_swapped" suffix was an oversight (which in this
    case had no directly visible consequence), but the use of
    `gtk_widget_destroy()` was a mistake: it does not dereference an object
    by itself.
    
    Fixes: #164
    209d0b95