GNOME Bugzilla – Bug 733020
Port Undo/Redo stacks to Gee.ArrayList
Last modified: 2014-07-10 21:18:08 UTC
Prepending Undo items to the stacks and removing them leaves dangling pointers. Due to this, implementing Sudoku Tracker causes Sudoku to crash while freeing UndoItems.
Created attachment 280430 [details] [review] Port Undo/Redo Stacks to Gee.ArrayList from GLib.SList
Review of attachment 280430 [details] [review]: Yay! ::: lib/sudoku-game.vala @@ +118,2 @@ } /* Undoing reset action */ This isn't possible anymore, so this code can be removed, right?
Created attachment 280449 [details] [review] Port Undo/Redo Stacks to Gee.ArrayList from GLib.SList ah, sorry I missed it !
Review of attachment 280449 [details] [review]: great
Comment on attachment 280449 [details] [review] Port Undo/Redo Stacks to Gee.ArrayList from GLib.SList Pushed as 06dcebe