]> git.ipfire.org Git - thirdparty/vala.git/commit
codegen: Destroy the elements of GQueue
authorLuca Bruno <lucabru@src.gnome.org>
Tue, 22 Nov 2011 14:44:07 +0000 (15:44 +0100)
committerJürg Billeter <j@bitron.ch>
Wed, 30 Nov 2011 14:05:03 +0000 (15:05 +0100)
commit2e1deabc03564e17f8f2e4e2d21e6903b679057c
treea20c868dc28cc6734d9ed08d03075e1567654546
parenta4d4b185711345c954dcc612a5f4f0b77d4a2d57
codegen: Destroy the elements of GQueue

When destroying a GQueue also destroy its elements like we do with GList,
GSList and GNode.

Fixes bug 664529.
codegen/valaccodebasemodule.vala
tests/Makefile.am
tests/objects/bug664529.vala [new file with mode: 0644]