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 - <[EMAIL PROTECTED]> ~/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 ); -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]