diff options
Diffstat (limited to 'plugins/smartcard/msd-smartcard.c')
-rw-r--r-- | plugins/smartcard/msd-smartcard.c | 2 |
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); |