[gegl] gegl-tile: s/g_free/gegl_free/



commit 90a7b7a03fa30a54d19590b7e9f9cc6d3c0ab565
Author: Ell <ell_se yahoo com>
Date:   Fri Jul 21 05:01:57 2017 -0400

    gegl-tile: s/g_free/gegl_free/

 gegl/buffer/gegl-tile.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gegl/buffer/gegl-tile.c b/gegl/buffer/gegl-tile.c
index 6b5dbe5..037f03b 100644
--- a/gegl/buffer/gegl-tile.c
+++ b/gegl/buffer/gegl-tile.c
@@ -199,7 +199,7 @@ gegl_tile_unclone (GeglTile *tile)
               /* someone else uncloned the tile in the meantime, and we're now
                * the last copy; bail.
                */
-              g_free (buf);
+              gegl_free (buf);
               *tile->n_clones = 1;
               return;
             }


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