0a82bd8
Index: /gnucash/branches/2.2/src/register/register-gnome/gnucash-sheet.c
0a82bd8
===================================================================
0a82bd8
--- /gnucash/branches/2.2/src/register/register-gnome/gnucash-sheet.c (revision 17761)
0a82bd8
+++ /gnucash/branches/2.2/src/register/register-gnome/gnucash-sheet.c (revision 17783)
0a82bd8
@@ -2368,6 +2368,5 @@
0a82bd8
         sheet->height = 0;
0a82bd8
 
0a82bd8
-        sheet->cursor_styles = g_hash_table_new_full (g_str_hash, g_str_equal,
0a82bd8
-						      g_free, NULL);
0a82bd8
+        sheet->cursor_styles = g_hash_table_new (g_str_hash, g_str_equal);
0a82bd8
 
0a82bd8
         sheet->blocks = g_table_new (sizeof (SheetBlock),