gegl r2597 - in trunk: . gegl/operation



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]