summaryrefslogtreecommitdiff
path: root/telepathy-glib/dbus-properties-mixin.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2009-12-01 20:37:47 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2009-12-01 20:37:47 +0000
commit8a041e000f0b13101fae17eb8b289d2cf4156607 (patch)
treeeeb8117189710f17d03f4d52b416c34570269c8e /telepathy-glib/dbus-properties-mixin.c
parente7ed936024c074275c99eea09a3219108b5f92f4 (diff)
downloadtelepathy-glib-8a041e000f0b13101fae17eb8b289d2cf4156607.tar.gz
tp_dbus_properties_mixin_make_properties_hash: add missing call to va_end
Diffstat (limited to 'telepathy-glib/dbus-properties-mixin.c')
-rw-r--r--telepathy-glib/dbus-properties-mixin.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/telepathy-glib/dbus-properties-mixin.c b/telepathy-glib/dbus-properties-mixin.c
index 73fe0fea4..71bc39507 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", iface, property), value);
}
+ va_end (ap);
+
return table;
}