[telepathy-glib/master] tp_dbus_properties_mixin_make_properties_hash: add missing call to va_end
Simon McVittie
simon.mcvittie at collabora.co.uk
Tue Dec 1 12:37:47 PST 2009
Cherry-picked: from commit 8a041e000f0b13101fae17eb8b289d2cf4156607
Reviewed-by: Will Thompson <will.thompson at collabora.co.uk>
---
telepathy-glib/dbus-properties-mixin.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/telepathy-glib/dbus-properties-mixin.c b/telepathy-glib/dbus-properties-mixin.c
index bde5e2d..cad3bcb 100644
--- a/telepathy-glib/dbus-properties-mixin.c
+++ b/telepathy-glib/dbus-properties-mixin.c
@@ -827,6 +827,8 @@ tp_dbus_properties_mixin_make_properties_hash (
g_strdup_printf ("%s.%s", interface, property), value);
}
+ va_end (ap);
+
return table;
}
--
1.5.6.5
More information about the telepathy-commits
mailing list