Bug#358399: aislerot/sol: crash/freeze when click on "Select game..."

Gustavo Franco stratus at debian.org
Tue Mar 28 14:51:55 UTC 2006


I wrote and tested the patch below, it fixes this bug. Since GNOME 2.14
is entering sid, i'll investigate if and how it applies to the new
gnome-games.

Thanks,
Gustavo Franco - <stratus at debian.org>

~/buildebs/debian/wip/gslice/gnome-games-2.12.3$ cat debian/patches/aisleriot-free.patch
--- aisleriot/dialog.c.orig     2006-03-28 10:54:24.000000000 -0300
+++ aisleriot/dialog.c  2006-03-28 10:55:08.000000000 -0300
@@ -229,7 +229,7 @@

      games_file_list_for_each (files, (GFunc) build_list, list);

-    g_free (files);
+    g_object_unref (files);

      gtk_dialog_set_default_response ( GTK_DIALOG (dialog), GTK_RESPONSE_OK );







More information about the Pkg-gnome-maintainers mailing list