app: set shell->vectors to NULL in gimp_display_shell_items_free()

This commit is contained in:
Michael Natterer 2010-10-08 15:46:00 +02:00
parent 9828f6db20
commit b59196c245
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ gimp_display_shell_items_free (GimpDisplayShell *shell)
g_object_unref (shell->canvas_item);
shell->canvas_item = NULL;
shell->vectors = NULL;
shell->grid = NULL;
shell->guides = NULL;
shell->sample_points = NULL;