tasn pushed a commit to branch master.

http://git.enlightenment.org/tools/clouseau.git/commit/?id=618a820e3bee4868865a9e82d051ec3d41ab134c

commit 618a820e3bee4868865a9e82d051ec3d41ab134c
Author: Tom Hacohen <t...@stosb.com>
Date:   Thu Nov 7 13:44:08 2013 +0000

    client: init the config pointer to NULL.
---
 src/bin/client/cfg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/client/cfg.c b/src/bin/client/cfg.c
index 1fcf633..97f4b2f 100644
--- a/src/bin/client/cfg.c
+++ b/src/bin/client/cfg.c
@@ -8,7 +8,7 @@
 #include "cfg.h"
 #include "Clouseau.h"
 
-Clouseau_Cfg *_clouseau_cfg;
+Clouseau_Cfg *_clouseau_cfg = NULL;
 static Eet_Data_Descriptor * _clouseau_cfg_descriptor;
 #define _CONFIG_ENTRY "config"
 

-- 


Reply via email to