# setting severity "serious" because of segmentation fault severity 522458 serious tags 522458 + patch thanks
Dear Thomas Bushnell, I've prepared an NMU for gnucash (versioned as 2.2.9-0.2) which fixes the accidental patch of src/register/register-gnome/gnucash-sheet.c introduced in the previous NMU for gnucash (versioned as 2.2.9-0.1). The diff is attached to this message. Regards Micha diff -u gnucash-2.2.9/debian/changelog gnucash-2.2.9/debian/changelog --- gnucash-2.2.9/debian/changelog +++ gnucash-2.2.9/debian/changelog @@ -1,3 +1,11 @@ +gnucash (2.2.9-0.2) unstable; urgency=low + + * Non-maintainer upload. + * Revert accidental patch of src/register/register-gnome/gnucash-sheet.c + introduced in previous upload and really closes: #522458. + + -- Micha Lenk <mi...@lenk.info> Thu, 10 Sep 2009 19:13:06 +0200 + gnucash (2.2.9-0.1) unstable; urgency=low * Non-maintainer upload (approved by Thomas Bushnell in #542263). reverted: --- gnucash-2.2.9/src/register/register-gnome/gnucash-sheet.c +++ gnucash-2.2.9.orig/src/register/register-gnome/gnucash-sheet.c @@ -2367,8 +2367,7 @@ sheet->width = 0; sheet->height = 0; + sheet->cursor_styles = g_hash_table_new (g_str_hash, g_str_equal); - sheet->cursor_styles = g_hash_table_new_full (g_str_hash, g_str_equal, - g_free, NULL); sheet->blocks = g_table_new (sizeof (SheetBlock), gnucash_sheet_block_construct, -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org