[util] Don't use g_array_unref()

Was introduced in glib 2.22.
pull/4/head
Behdad Esfahbod 12 years ago
parent 48360ec03b
commit 078de49ca1
  1. 2
      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:

Loading…
Cancel
Save