From 327620edb07c573f7d96719288603058baaf27aa Mon Sep 17 00:00:00 2001 From: Monsta Date: Tue, 28 Oct 2014 17:06:56 +0300 Subject: zero-init all signals arrays --- shell/ev-sidebar-attachments.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/ev-sidebar-attachments.c') diff --git a/shell/ev-sidebar-attachments.c b/shell/ev-sidebar-attachments.c index 989c60d5..9b8ee6c8 100644 --- a/shell/ev-sidebar-attachments.c +++ b/shell/ev-sidebar-attachments.c @@ -56,7 +56,7 @@ enum { N_SIGNALS }; -static guint signals[N_SIGNALS]; +static guint signals[N_SIGNALS] = { 0 }; struct _EvSidebarAttachmentsPrivate { GtkWidget *icon_view; -- cgit v1.2.1