[mutter/wip/nielsdg/small-fixes: 1/3] clutter/actor: Don't forget va_end if using varargs
- From: Niels De Graef <nielsdg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/wip/nielsdg/small-fixes: 1/3] clutter/actor: Don't forget va_end if using varargs
- Date: Mon, 12 Nov 2018 14:38:38 +0000 (UTC)
commit 2a4f1be81b5dae594d6ed2fcd1282f0031c34611
Author: Niels De Graef <Niels DeGraef barco com>
Date: Mon Nov 12 15:04:58 2018 +0100
clutter/actor: Don't forget va_end if using varargs
clutter/clutter/clutter-actor.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/clutter/clutter/clutter-actor.c b/clutter/clutter/clutter-actor.c
index b5eed5234..3580ac1fd 100644
--- a/clutter/clutter/clutter-actor.c
+++ b/clutter/clutter/clutter-actor.c
@@ -21156,6 +21156,7 @@ clutter_actor_bind_model_with_properties (ClutterActor *self,
model_property = va_arg (args, char *);
}
+ va_end (args);
clutter_actor_bind_model (self, model, bind_child_with_properties, clos, bind_closure_free);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]