summaryrefslogtreecommitdiff
path: root/plugins/smartcard/msd-smartcard.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/smartcard/msd-smartcard.c')
-rw-r--r--plugins/smartcard/msd-smartcard.c2
1 files changed, 1 insertions, 1 deletions
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);