efl_ui_selection_manager: free allocated memory after local use
authorStefan Schmidt <s.schmidt@samsung.com>
Fri, 20 Sep 2019 08:46:02 +0000 (10:46 +0200)
committerJongmin Lee <jm105.lee@samsung.com>
Mon, 23 Sep 2019 21:32:19 +0000 (06:32 +0900)
commitb35f90e898870a6c10b4fbb32bb0626fa949df96
tree9601a7a2ef33b29a2851141beba3c95695a1f451
parentee490bb669e3362e8c07227dfb483ebd6c9ff03b
efl_ui_selection_manager: free allocated memory after local use

This temporary allocation is only used in this block and goes out of
scope when leaving. Make sure we free the resource before this happens.

Coverity ID: 1402653

Reviewed-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Differential Revision: https://phab.enlightenment.org/D10045
src/lib/elementary/efl_ui_selection_manager.c