Skip to content

Change GLib.PtrArray into GLib.GenericArray

Corentin Noël requested to merge wip/tintou/gptrarray into master

This is the vala-friendly way of handling GPtrArray. Fix several memory leaks on the go and unnecessary reference increase.

Merge request reports