evas/box - Don't be aborted.
authorChunEon Park <hermet@hermet.pe.kr>
Wed, 2 May 2012 05:01:34 +0000 (05:01 +0000)
committerChunEon Park <hermet@hermet.pe.kr>
Wed, 2 May 2012 05:01:34 +0000 (05:01 +0000)
SVN revision: 70595

legacy/evas/src/lib/canvas/evas_object_box.c

index 45b5d00..9beb781 100644 (file)
@@ -47,7 +47,6 @@ if (!ptr)                                                               \
    CRIT("no widget data for object %p (%s)",                            \
         o, evas_object_type_get(o));                                    \
    fflush(stderr);                                                      \
-   abort();                                                             \
    return;                                                              \
 }
 
@@ -58,7 +57,6 @@ if (!ptr)                                                               \
    CRIT("no widget data for object %p (%s)",                            \
         o, evas_object_type_get(o));                                    \
    fflush(stderr);                                                      \
-   abort();                                                             \
    return val;                                                          \
 }