Fix another memleak reported by klockwork.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-05-20 10:30:14 +01:00
parent 10acf59475
commit a019ffb7ac
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))