[gegl] fractal-trace: Correct the GeglBuffer which is cleaned up



commit a705d0866e636dfba3a305890b78dfc3992bff00
Author: Mukund Sivaraman <muks banu com>
Date:   Thu Jun 30 22:04:43 2011 +0530

    fractal-trace: Correct the GeglBuffer which is cleaned up

 operations/workshop/fractal-trace.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/operations/workshop/fractal-trace.c b/operations/workshop/fractal-trace.c
index c8936d5..345da2d 100644
--- a/operations/workshop/fractal-trace.c
+++ b/operations/workshop/fractal-trace.c
@@ -256,7 +256,7 @@ process (GeglOperation       *operation,
 
   g_free (dst_buf);
 
-  gegl_buffer_sample_cleanup (output);
+  gegl_buffer_sample_cleanup (input);
 
   return TRUE;
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]