dont free prefs_common.aspell_path when closing compose
[claws.git] / src / gtk / gtkaspell.c
index ced5f01dc2ce9f2c98d8a64febfce7896ec2970c..09854254d481afd1681347648ad975d095a8edd0 100644 (file)
@@ -349,8 +349,6 @@ void gtkaspell_delete(GtkAspell * gtkaspell)
        if (gtkaspell->suggestions_list)
                free_suggestions_list(gtkaspell);
 
        if (gtkaspell->suggestions_list)
                free_suggestions_list(gtkaspell);
 
-       g_free((gchar *)gtkaspell->dictionary_path);
-       
        debug_print("Aspell: deleting gtkaspell %0x\n", (guint) gtkaspell);
 
        g_free(gtkaspell);
        debug_print("Aspell: deleting gtkaspell %0x\n", (guint) gtkaspell);
 
        g_free(gtkaspell);