aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-task-widget.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-task-widget.c')
-rw-r--r--shell/e-task-widget.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-task-widget.c b/shell/e-task-widget.c
index 3cd2d319b2..22ffecad4d 100644
--- a/shell/e-task-widget.c
+++ b/shell/e-task-widget.c
@@ -63,6 +63,8 @@ impl_destroy (GtkObject *object)
gdk_pixbuf_unref (priv->icon_pixbuf);
+ g_free (priv);
+
(* GTK_OBJECT_CLASS (parent_class)->destroy) (object);
}