Fix memory leaks in the gdbus introspection parser
authorMatthias Clasen <mclasen@redhat.com>
Tue, 15 Feb 2011 07:27:54 +0000 (02:27 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 15 Feb 2011 07:29:15 +0000 (02:29 -0500)
commitf9ad7baf3122445784c1766b0475ee6519a4ad24
treeeb5405f8cfa16c6a0a69b2874c3a7b75b43fbc2f
parentb21b3a01c776275197f0d31538c2c36ace8860ea
Fix memory leaks in the gdbus introspection parser

We were getting our length zero, yet NULL-terminated arrays in
a twist in some places. Stop passing around ignored length arguments
at the same time.
https://bugzilla.gnome.org/show_bug.cgi?id=635099
gio/gdbusintrospection.c
gio/tests/gdbus-introspection.c