[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


---
 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 73fe0fe..71bc395 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;
 }
 
-- 
1.5.6.5




More information about the telepathy-commits mailing list