Backport: a019ffb :: Fix another memleak reported by klockwork.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
Signed-off-by: Deon Thomas <PrinceAMD.Elive@gmail.com>
This commit is contained in:
Chris Michael 2013-05-20 10:30:14 +01:00 committed by Deon Thomas
parent 162c86ce55
commit 42c22c8c6a
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ e_smart_randr_virtual_size_calc(Evas_Object *obj)
free(modes);
}
free(outputs);
free(routputs);
}
if ((vw == 0) && (vh == 0))