textpath: + null handling. 21/210721/1 submit/tizen/20190724.053706
authorHermet Park <hermetpark@gmail.com>
Wed, 24 Jul 2019 05:28:00 +0000 (14:28 +0900)
committerHermet Park <hermetpark@gmail.com>
Wed, 24 Jul 2019 05:29:51 +0000 (14:29 +0900)
Change-Id: I8963a33752fca6e2d045783cac2ed5231276e43d

src/lib/elementary/efl_ui_textpath.c

index aa89865..ee16a2f 100644 (file)
@@ -971,6 +971,7 @@ elm_textpath_circle_set(Eo *obj, double x, double y, double radius, double start
    double sweep_length;
 
    EFL_UI_TEXTPATH_DATA_GET(obj, pd);
+   if (!pd) return;
 
    if (pd->circle.x == x && pd->circle.y == y &&
        pd->circle.radius == radius &&