summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2010-12-03 15:40:19 +0100
committerChristian Persch <chpe@gnome.org>2010-12-03 15:40:19 +0100
commit73c4b64636e247abe7b0f51845d869549b48b5c6 (patch)
treeec46ca53520785a0988838306644f3442fb67db4
parent27a669309aa7a37d813a57e3ffcfa3e3e3f7bf8c (diff)
downloadlibwnck-73c4b64636e247abe7b0f51845d869549b48b5c6.tar.gz
::draw doesn't own the cairo_t, so don't cairo_destroy it
-rw-r--r--libwnck/pager.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libwnck/pager.c b/libwnck/pager.c
index 159c451..a89e3b4 100644
--- a/libwnck/pager.c
+++ b/libwnck/pager.c
@@ -1372,8 +1372,6 @@ wnck_pager_draw (GtkWidget *widget,
++i;
}
- cairo_destroy (cr);
-
return FALSE;
}