Fix issue uninitialized pointer was used 52/140552/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Tue, 25 Jul 2017 10:04:39 +0000 (19:04 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 25 Jul 2017 10:04:44 +0000 (19:04 +0900)
Change-Id: I44c39029c1daf8243f1655c428acfde2a21d1ef8

src/w-input-selector.cpp

index 6fd360c..cc1d389 100755 (executable)
@@ -621,7 +621,7 @@ bool _app_create(void* user_data)
        Evas_Object* conform = NULL;
        Evas_Object* bg = NULL;
        Evas_Object* window = NULL;
-       Eext_Circle_Surface *surface;
+       Eext_Circle_Surface *surface = NULL;
 
        if (!user_data) {
                return false;