gegl r1818 - in trunk: . operations/affine
- From: ok svn gnome org
- To: svn-commits-list gnome org
- Subject: gegl r1818 - in trunk: . operations/affine
- Date: Mon, 7 Jan 2008 23:04:58 +0000 (GMT)
Author: ok
Date: Mon Jan 7 23:04:57 2008
New Revision: 1818
URL: http://svn.gnome.org/viewvc/gegl?rev=1818&view=rev
Log:
* operations/affine/affine.c: (process): do not unref the input (that
is done in the GeglOperationFilter superclass.
Modified:
trunk/ChangeLog
trunk/operations/affine/affine.c
Modified: trunk/operations/affine/affine.c
==============================================================================
--- trunk/operations/affine/affine.c (original)
+++ trunk/operations/affine/affine.c Mon Jan 7 23:04:57 2008
@@ -710,6 +710,5 @@
affine_generic (output, input, affine->matrix, gegl_buffer_interpolation_from_string (
affine->filter));
}
- g_object_unref (input);
return TRUE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]