Evas textblock: Fix _dict_hyphen_load could return an uninitialized pointer
authorYoungbok Shin <youngb.shin@samsung.com>
Fri, 12 Feb 2016 09:46:33 +0000 (09:46 +0000)
committerTom Hacohen <tom@stosb.com>
Fri, 12 Feb 2016 09:46:44 +0000 (09:46 +0000)
commit0186f87c4905340d842d79ae8ad39648eec19c3d
tree43ae682bb28aabbd819b02c8835a62d7ab037636
parent662389f39bc3df831526c08f61f176aced1612c8
Evas textblock: Fix _dict_hyphen_load could return an uninitialized pointer

Summary:
If there are hyph_*.dic files except for requested language,
"dict" pointer could be return without initialized. It doesn't make any
warning messages when it is compiled. Normally, it is NULL implicitly.
But, it is good to set NULL explicitly for understanding code.

Test Plan: N/A

Reviewers: herdsman, tasn, woohyun

Subscribers: cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D3674
src/lib/evas/canvas/evas_textblock_hyphenation.x