GNOME Bugzilla – Bug 512868
Support delete operator for pointers
Last modified: 2008-02-07 21:35:59 UTC
Add delete operator for pointer types, so that all pointer types can be freed without adding type-specific free/unref methods. This is also necessary to manually free arrays and instances of classes with automatically generated free functions (classes defined in Vala not deriving from GObject).
2008-02-07 Jürg Billeter <j@bitron.ch> * vala/Makefile.am, vala/parser.y, vala/scanner.l, vala/valacodecontext.vala, vala/valacodegenerator.vala, vala/valacodevisitor.vala, vala/valadeletestatement.vala, vala/valainterfacewriter.vala, vala/valasemanticanalyzer.vala, gobject/valaccodegenerator.vala: Support delete operator for pointers, fixes bug 512868 * vapi/gio-2.0.vapi, vapi/gtk+-2.0.vapi: regenerated Fixed in r992.