edje_load: Delete wrong free callback set for hash.
authorWoochanlee <wc0917.lee@samsung.com>
Tue, 7 Jan 2020 15:13:04 +0000 (10:13 -0500)
committerJongmin Lee <jm105.lee@samsung.com>
Tue, 7 Jan 2020 21:33:33 +0000 (06:33 +0900)
commit453b13a13d14dae1c6afafbee355994058e337d9
tree63e4a655c0bed440847e82411197d5e1d7ddaa47
parent15ff57a7850232aa8bbf1176d37915cc9986a406
edje_load: Delete wrong free callback set for hash.

Summary:
This hash free callback already sets in the creating time.

Invalid free callback is being called additionally.
Therefore, the existing callback(_edje_user_definition_list_free_internal) could not be called, and a memory leak is occurring.

Reviewers: zmike, cedric

Reviewed By: zmike

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D11030
src/lib/edje/edje_load.c