mirror of
https://github.com/brl/mutter.git
synced 2025-07-28 12:38:04 +00:00
Do not forget to initialise the priv pointer
This commit is contained in:
@@ -905,6 +905,8 @@ clutter_behaviour_bspline_join (ClutterBehaviourBspline *bs1,
|
||||
|
||||
clutter_behaviour_bspline_get_origin (bs2, &knot);
|
||||
|
||||
priv = bs1->priv;
|
||||
|
||||
b = g_array_index (priv->splines, ClutterBezier*, priv->splines->len - 1);
|
||||
|
||||
x_1 = clutter_bezier_t2x (b, CBZ_T_ONE);
|
||||
|
Reference in New Issue
Block a user