[mutter/gnome-3-24] clutter: conform/actor-graph: Add missing null-termination



commit 0e65bfcd3ac0837ea1b7bd1e43fdd228ffac6ca1
Author: Nigel Taylor <nigel openbsd org>
Date:   Fri May 5 08:42:47 2017 -0400

    clutter: conform/actor-graph: Add missing null-termination
    
    https://bugzilla.gnome.org/show_bug.cgi?id=759085

 clutter/tests/conform/actor-graph.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/clutter/tests/conform/actor-graph.c b/clutter/tests/conform/actor-graph.c
index 0dad49b..8fbf4bc 100644
--- a/clutter/tests/conform/actor-graph.c
+++ b/clutter/tests/conform/actor-graph.c
@@ -350,7 +350,8 @@ actor_replace_child (void)
   g_assert_cmpstr (clutter_actor_get_name (iter), ==, "qux");
 
   clutter_actor_add_child (actor, g_object_new (CLUTTER_TYPE_ACTOR,
-                                                "name", "foo"));
+                                                "name", "foo",
+                                                NULL));
 
   clutter_actor_replace_child (actor, iter,
                                g_object_new (CLUTTER_TYPE_ACTOR,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]