fix for the following valgrind annoyance:
authordiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 24 Jul 2011 03:59:09 +0000 (03:59 +0000)
committerdiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 24 Jul 2011 03:59:09 +0000 (03:59 +0000)
commit1a36e7c7921f23dc6768e7dde0cf3958e17747ad
tree3a1d6b673c472e938a5225431a738e82c2803682
parentf89ebcd759e326dd72e5d7572a3fbfb3e2756813
fix for the following valgrind annoyance:

Conditional jump or move depends on uninitialised value(s)
   at 0x4128897: _elm_smart_scroller_child_region_show_internal (els_scroller.c:1081)
   by 0x4128A25: elm_smart_scroller_child_region_show (els_scroller.c:1113)
   by 0x408B57E: elm_entry_cursor_end_set (elm_entry.c:2337)
 Uninitialised value was created by a stack allocation
   at 0x408B4BC: elm_entry_cursor_end_set (elm_entry.c:2328)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61627 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/elm_entry.c