jeyzu pushed a commit to branch master.

commit 62cae26de0eb247b2a1bc251d34e7729c0733820
Author: Jérémy Zurcher <[email protected]>
Date:   Tue May 7 22:33:10 2013 +0200

    evas: fix var used uninitialized on_error
---
 src/modules/evas/loaders/xpm/evas_image_load_xpm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/evas/loaders/xpm/evas_image_load_xpm.c 
b/src/modules/evas/loaders/xpm/evas_image_load_xpm.c
index 301fa90..6a6be30 100644
--- a/src/modules/evas/loaders/xpm/evas_image_load_xpm.c
+++ b/src/modules/evas/loaders/xpm/evas_image_load_xpm.c
@@ -140,7 +140,7 @@ static Eina_Bool
 evas_image_load_file_xpm(Eina_File *f, Evas_Image_Property *prop, void 
*pixels, int load_data, int *error)
 {
    DATA32      *ptr, *end, *head = NULL;
-   const char  *map;
+   const char  *map = NULL;
    size_t       length;
    size_t       position;
 

-- 

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may

Reply via email to