fix prevent issue about uninitialized value 32/17632/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Fri, 27 Sep 2013 05:22:54 +0000 (14:22 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 7 Mar 2014 07:51:19 +0000 (16:51 +0900)
Change-Id: I088cabcc62bb6e128cd44024261e829cd29ea725

ism/extras/efl_panel/isf_panel_efl.cpp

index a2abb55..a5d2e1f 100644 (file)
@@ -3101,7 +3101,7 @@ static void update_table (int table_type, const LookupTable &table)
     WideString wcs;
 
     AttributeList attrs;
-    int i, x, y, width, height, item_0_width;
+    int i, x, y, width, height, item_0_width = 0;
 
     int nLast      = 0;
     std::vector<uint32> row_items;