summaryrefslogtreecommitdiff
path: root/cut-n-paste-code
diff options
context:
space:
mode:
authorMonsta <[email protected]>2014-10-28 18:09:39 +0300
committerinfirit <[email protected]>2014-12-10 10:38:37 +0100
commit499fa21c3070a5230770dcab80ff617a94281f69 (patch)
treea1600978d32af0eda74029ece78520334bab1f8c /cut-n-paste-code
parentd615da81cf6a34dac7b4bbbcf8b01323b0e9d6c3 (diff)
downloadcaja-499fa21c3070a5230770dcab80ff617a94281f69.tar.bz2
caja-499fa21c3070a5230770dcab80ff617a94281f69.tar.xz
zero-init all signals arrays
Diffstat (limited to 'cut-n-paste-code')
-rw-r--r--cut-n-paste-code/libegg/eggsmclient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cut-n-paste-code/libegg/eggsmclient.c b/cut-n-paste-code/libegg/eggsmclient.c
index f0226e34..235398f4 100644
--- a/cut-n-paste-code/libegg/eggsmclient.c
+++ b/cut-n-paste-code/libegg/eggsmclient.c
@@ -39,7 +39,7 @@ enum
LAST_SIGNAL
};
-static guint signals[LAST_SIGNAL];
+static guint signals[LAST_SIGNAL] = { 0 };
struct _EggSMClientPrivate
{