rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=f907fd5067b80cab608888f6d986f0f7741f4472

commit f907fd5067b80cab608888f6d986f0f7741f4472
Author: Andrii Kroitor <an.kroi...@samsung.com>
Date:   Mon Nov 9 18:48:16 2015 +0200

    sound_editor: add missing return (CID 85133)
---
 src/bin/ui/editors/sound_editor.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/ui/editors/sound_editor.c 
b/src/bin/ui/editors/sound_editor.c
index cf4d0f7..da1f075 100644
--- a/src/bin/ui/editors/sound_editor.c
+++ b/src/bin/ui/editors/sound_editor.c
@@ -1205,6 +1205,7 @@ _add_sample_done(void *data,
           {
              WIN_NOTIFY_ERROR(obj, _("File exist"));
              free(res);
+             goto del;
           }
 
         edje_edit_sound_sample_add(ap.project->global_object, res->name, 
res->source);

-- 


Reply via email to