[gimp] app: correctly refcount the pixbuf in gimp_pixbuf_create_buffer()
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: correctly refcount the pixbuf in gimp_pixbuf_create_buffer()
- Date: Wed, 2 May 2012 16:05:48 +0000 (UTC)
commit b1da84f6fbe3dab640ef29f86e791847229d5c57
Author: Michael Natterer <mitch gimp org>
Date: Sun Mar 18 00:35:18 2012 +0100
app: correctly refcount the pixbuf in gimp_pixbuf_create_buffer()
app/gegl/gimp-gegl-utils.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/gegl/gimp-gegl-utils.c b/app/gegl/gimp-gegl-utils.c
index 92b33d0..5f01ca4 100644
--- a/app/gegl/gimp-gegl-utils.c
+++ b/app/gegl/gimp-gegl-utils.c
@@ -156,7 +156,7 @@ gimp_pixbuf_create_buffer (GdkPixbuf *pixbuf)
TRUE),
&rect, rowstride,
(GDestroyNotify) g_object_unref,
- pixbuf);
+ g_object_ref (pixbuf));
}
GeglBuffer *
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]