Fix double free issue 61/116361/4
authorHwankyu Jhun <h.jhun@samsung.com>
Fri, 24 Feb 2017 03:38:11 +0000 (12:38 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Fri, 24 Feb 2017 08:39:00 +0000 (17:39 +0900)
When destroying the hash table, the application has crashed by the
language list. Some nodes of the list are released when the language
is found in the __append_langs function. If the node is released,
we should replace the value of the hash table.

Change-Id: I926d52850b2ac596d777bbc05ed2f947855f9041
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>

No differences found