summaryrefslogtreecommitdiff
path: root/src/nautilus-window.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2003-02-03 13:40:31 +0000
committerAlexander Larsson <alexl@src.gnome.org>2003-02-03 13:40:31 +0000
commit0dcfe7ee625868a7a7f6107bbc0dd1aa277547ef (patch)
tree5686f1d010e636db9091dbfc5991f665889f6fe8 /src/nautilus-window.c
parenta34e45350277b7fe4bc7fe3455ebccd96e76fd54 (diff)
downloadnautilus-0dcfe7ee625868a7a7f6107bbc0dd1aa277547ef.tar.gz
Free window->last_geometry. Patch from Arjan van de Ven
2003-02-03 Alexander Larsson <alexl@redhat.com> * src/nautilus-window.c (nautilus_window_finalize): Free window->last_geometry. Patch from Arjan van de Ven <arjanv@redhat.com> * libnautilus-private/nautilus-icon-factory.c (create_normal_cache_icon): Free filename. Patch from Arjan van de Ven <arjanv@redhat.com>
Diffstat (limited to 'src/nautilus-window.c')
-rw-r--r--src/nautilus-window.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nautilus-window.c b/src/nautilus-window.c
index 890033b0b..1604b5925 100644
--- a/src/nautilus-window.c
+++ b/src/nautilus-window.c
@@ -971,6 +971,8 @@ nautilus_window_finalize (GObject *object)
g_free (window->details->title);
g_free (window->details);
+
+ g_free (window->last_geometry);
G_OBJECT_CLASS (parent_class)->finalize (object);
}