evas vg: fix memory corruption for user entry.
authorHermet Park <hermetpark@gmail.com>
Fri, 13 Dec 2019 02:52:15 +0000 (11:52 +0900)
committerJongmin Lee <jm105.lee@samsung.com>
Mon, 16 Dec 2019 03:24:14 +0000 (12:24 +0900)
Container must have a set parent after construction.
efl_add_ref() with a parent won't work this case
because container needs some jobs in overriding parent_set() after proper intialization.

Change-Id: I69f321eaf954c9ad838e305bd2c3ce427b865efc


No differences found