summaryrefslogtreecommitdiff
path: root/tests/pixbuf-randomly-modified.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pixbuf-randomly-modified.c')
-rw-r--r--tests/pixbuf-randomly-modified.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pixbuf-randomly-modified.c b/tests/pixbuf-randomly-modified.c
index 880f5b0153..3a33e0a302 100644
--- a/tests/pixbuf-randomly-modified.c
+++ b/tests/pixbuf-randomly-modified.c
@@ -61,7 +61,7 @@ randomly_modify (const guchar *image, guint size)
loader = gdk_pixbuf_loader_new ();
gdk_pixbuf_loader_write (loader, img_copy, size, NULL);
gdk_pixbuf_loader_close (loader, NULL);
- g_object_unref (G_OBJECT (loader));
+ g_object_unref (loader);
}
g_free (img_copy);
}