gegl r2597 - in trunk: . gegl/operation
- From: ok svn gnome org
- To: svn-commits-list gnome org
- Subject: gegl r2597 - in trunk: . gegl/operation
- Date: Sun, 5 Oct 2008 21:00:51 +0000 (UTC)
Author: ok
Date: Sun Oct 5 21:00:50 2008
New Revision: 2597
URL: http://svn.gnome.org/viewvc/gegl?rev=2597&view=rev
Log:
* gegl/operation/gegl-operation-point-composer.c:
(gegl_operation_composer_process2): only check the in_abyss if
in is defined.
Modified:
trunk/ChangeLog
trunk/gegl/operation/gegl-operation-point-composer.c
Modified: trunk/gegl/operation/gegl-operation-point-composer.c
==============================================================================
--- trunk/gegl/operation/gegl-operation-point-composer.c (original)
+++ trunk/gegl/operation/gegl-operation-point-composer.c Sun Oct 5 21:00:50 2008
@@ -129,7 +129,8 @@
{
const GeglRectangle *in_abyss;
- in_abyss = gegl_buffer_get_abyss (input);
+ if (input)
+ in_abyss = gegl_buffer_get_abyss (input);
if ((!input ||
!gegl_rectangle_intersect (NULL, in_abyss, result)) &&
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]