From 5456636eee15246e2e061633c8601daf1bc04b07 Mon Sep 17 00:00:00 2001 From: monsta Date: Tue, 28 Oct 2014 16:57:08 +0300 Subject: zero-init another signals array --- plugins/smartcard/msd-smartcard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/smartcard/msd-smartcard.c b/plugins/smartcard/msd-smartcard.c index 4f78361..bfc0334 100644 --- a/plugins/smartcard/msd-smartcard.c +++ b/plugins/smartcard/msd-smartcard.c @@ -95,7 +95,7 @@ enum { NUMBER_OF_SIGNALS }; -static guint msd_smartcard_signals[NUMBER_OF_SIGNALS]; +static guint msd_smartcard_signals[NUMBER_OF_SIGNALS] = { 0 }; G_DEFINE_TYPE (MsdSmartcard, msd_smartcard, G_TYPE_OBJECT); -- cgit v1.2.1