[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Thu Sep 26 15:27:01 PDT 2013


 util/view-cairo.hh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 078de49ca10285f6cd1452abd40f831a17af5d1a
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Thu Sep 26 18:26:43 2013 -0400

    [util] Don't use g_array_unref()
    
    Was introduced in glib 2.22.

diff --git a/util/view-cairo.hh b/util/view-cairo.hh
index 8fe74fa..96a44ff 100644
--- a/util/view-cairo.hh
+++ b/util/view-cairo.hh
@@ -81,7 +81,7 @@ struct view_cairo_t
       helper_cairo_line_t &line = g_array_index (lines, helper_cairo_line_t, i);
       line.finish ();
     }
-    g_array_unref (lines);
+    g_array_free (lines, TRUE);
   }
 
   protected:



More information about the HarfBuzz mailing list