[libchamplain] kinetic-scroll-view: Initialize sequence to NULL



commit 85e51f87c2af781c423e75da3a725c459bf1cf49
Author: Jiří Techet <techet gmail com>
Date:   Mon Aug 31 00:43:03 2015 +0200

    kinetic-scroll-view: Initialize sequence to NULL

 champlain/champlain-kinetic-scroll-view.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/champlain/champlain-kinetic-scroll-view.c b/champlain/champlain-kinetic-scroll-view.c
index b1e6b34..79bccb1 100644
--- a/champlain/champlain-kinetic-scroll-view.c
+++ b/champlain/champlain-kinetic-scroll-view.c
@@ -669,6 +669,7 @@ champlain_kinetic_scroll_view_init (ChamplainKineticScrollView *self)
   g_array_set_size (priv->motion_buffer, 3);
   priv->decel_rate = 1.1f;
   priv->viewport = NULL;
+  priv->sequence = NULL;
 
   clutter_actor_set_reactive (CLUTTER_ACTOR (self), TRUE);
   g_signal_connect (self, "button-press-event",


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