Svace issue Resolved 42/77642/1 submit/tizen_mobile/20160630.142047
authorshubham kumar <shubham.srib@samsung.com>
Thu, 30 Jun 2016 11:00:31 +0000 (16:30 +0530)
committershubham kumar <shubham.srib@samsung.com>
Thu, 30 Jun 2016 11:00:31 +0000 (16:30 +0530)
Change-Id: I1cacc93a94c49e2f8edf18b9b52937693a8bf183
Signed-off-by: shubham kumar <shubham.srib@samsung.com>
src/common/mf-util.c

index 8db9b99..4469cd9 100755 (executable)
@@ -1638,6 +1638,7 @@ void mf_util_generate_list_prepend(Eina_List **list, const char *path, int file_
                pNode->ext = ext;
                *list = eina_list_prepend(*list, pNode);
        }
+       free(path);
 }
 
 void mf_util_remove_item_from_list_by_location(Eina_List **list, int location)