mirror of
https://github.com/brl/mutter.git
synced 2025-05-26 00:24:55 +00:00
Do not forget to initialise the priv pointer
This commit is contained in:
parent
c1e84a8f3a
commit
7c29e3edbe
@ -904,6 +904,8 @@ clutter_behaviour_bspline_join (ClutterBehaviourBspline *bs1,
|
|||||||
g_return_if_fail (CLUTTER_IS_BEHAVIOUR_BSPLINE (bs2));
|
g_return_if_fail (CLUTTER_IS_BEHAVIOUR_BSPLINE (bs2));
|
||||||
|
|
||||||
clutter_behaviour_bspline_get_origin (bs2, &knot);
|
clutter_behaviour_bspline_get_origin (bs2, &knot);
|
||||||
|
|
||||||
|
priv = bs1->priv;
|
||||||
|
|
||||||
b = g_array_index (priv->splines, ClutterBezier*, priv->splines->len - 1);
|
b = g_array_index (priv->splines, ClutterBezier*, priv->splines->len - 1);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user