From aee98cef3af95f60587d7331b3101ee7a60e7714 Mon Sep 17 00:00:00 2001 From: monsta Date: Tue, 28 Oct 2014 17:09:09 +0300 Subject: zero-init signals array --- src/eggfileformatchooser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/eggfileformatchooser.c') diff --git a/src/eggfileformatchooser.c b/src/eggfileformatchooser.c index 6305c87..7dfba1f 100644 --- a/src/eggfileformatchooser.c +++ b/src/eggfileformatchooser.c @@ -74,7 +74,7 @@ struct _EggFileFormatSearch const gchar *extension; }; -static guint signals[SIGNAL_LAST]; +static guint signals[SIGNAL_LAST] = { 0 }; G_DEFINE_TYPE (EggFileFormatChooser, egg_file_format_chooser, -- cgit v1.2.1