Fixing memory leak in _hwc_prepare() 79/96479/3
authorBhavi Dhingra <b.dhingra@samsung.com>
Wed, 9 Nov 2016 06:43:10 +0000 (12:13 +0530)
committerJuyeon Lee <juyeonne.lee@samsung.com>
Wed, 9 Nov 2016 07:18:46 +0000 (23:18 -0800)
Change-Id: I904de1c0085f71a3ae93746befc52d2673de560b
Signed-off-by: Bhavi Dhingra <b.dhingra@samsung.com>
src/bin/e_comp.c [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index b9e9391..313da5b
@@ -368,6 +368,7 @@ _hwc_prepare(E_Output *eout, int n_vis, Eina_List *clist)
      }
 
    eina_list_free(hwc_l);
+   eina_list_free(clist2);
    return ret;
 }