[swell-foop/arnaudb/wip/gtk4: 38/38] Add a leak.




commit 7bc629f795a6a98ac0a8a54a2d09f910f980442c
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Fri Sep 11 17:47:58 2020 +0200

    Add a leak.

 src/game-view.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/game-view.vala b/src/game-view.vala
index 7fb2c6d..38c7911 100644
--- a/src/game-view.vala
+++ b/src/game-view.vala
@@ -513,7 +513,7 @@ private class TileView : Widget
         if (click_controller.get_widget () != null)   // FIXME animate_out should not be called multiple 
times
         {
             remove_controller (click_controller);
-            remove_controller (inout_controller);
+//            remove_controller (inout_controller);     // FIXME "leak", maybe a Gtk bug
         }
         remove_css_class ("highlight");
         add_css_class ("removed");


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]