tasn pushed a commit to branch master.

commit e1fe1997186d28df633d73e9d24ab549a37da262
Author: Tom Hacohen <[email protected]>
Date:   Thu Mar 21 16:20:52 2013 +0000

    E conf intl: Initialise basic_language variable.
    
    Judging from the code it seems that this variable is supposed to be init to
    NULL.
---
 src/modules/conf_intl/e_int_config_intl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/conf_intl/e_int_config_intl.c 
b/src/modules/conf_intl/e_int_config_intl.c
index 4f552a6..59a2f4c 100644
--- a/src/modules/conf_intl/e_int_config_intl.c
+++ b/src/modules/conf_intl/e_int_config_intl.c
@@ -662,7 +662,7 @@ _fill_data(E_Config_Dialog_Data *cfdata)
 
              if (locale_parts)
                {
-                  char *basic_language;
+                  char *basic_language = NULL;
 
                   if (locale_parts->mask & E_INTL_LOC_REGION)
                     basic_language = e_intl_locale_parts_combine(locale_parts, 
E_INTL_LOC_LANG | E_INTL_LOC_REGION);

-- 

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar

Reply via email to