fix valgrind reported problems.
authorGustavo Sverzut Barbieri <barbieri@gmail.com>
Fri, 13 Nov 2009 22:22:05 +0000 (22:22 +0000)
committerGustavo Sverzut Barbieri <barbieri@gmail.com>
Fri, 13 Nov 2009 22:22:05 +0000 (22:22 +0000)
commitf98bb725c4458d436d0e220307291297fabca279
treef539444ed06533c28ed1ab9f4b3dffc317b1b119
parent473c7bd7efaebcc174a438db18a8a11bd6102fb9
fix valgrind reported problems.

GENERAL WARNING:

do NOT delete sub-objects (elm_widget_sub_object_add) or resize object
(elm_widget_resize_object_set) from del_hook()!! These are deleted
automatically before this function is called, thus you might double
free.

Fixed all occurrences I've spotted with valgrind. Please do not add more :-)

SVN revision: 43682
src/lib/elc_hoversel.c
src/lib/elm_box.c
src/lib/elm_genlist.c
src/lib/elm_image.c
src/lib/elm_map.c
src/lib/elm_photocam.c
src/lib/elm_table.c
src/lib/elm_toolbar.c