]> git.0d.be Git - empathy.git/commitdiff
Don't forget to give an initial value to GValue.
authorXavier Claessens <xclaesse@src.gnome.org>
Sat, 19 Apr 2008 22:07:03 +0000 (22:07 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Sat, 19 Apr 2008 22:07:03 +0000 (22:07 +0000)
svn path=/trunk/; revision=994

src/empathy-filter.c

index e71504ccba2ce5f99bb8abd93ffda9a530b74f54..4262b84f78da560ec42240fffdb6c5feeed84767 100644 (file)
@@ -730,7 +730,7 @@ filter_connection_ready_cb (TpConnection  *connection,
 #ifdef HAVE_VOIP
        GPtrArray   *capabilities;
        GType        cap_type;
-       GValue       cap;
+       GValue       cap = {0, };
        const gchar *remove = NULL;
 #endif