Evas textblock: Fix a possible leak with calc_only layouting.

Style padding changes would have triggered a code-path that skips cleaning
up the temporary layout created.

SVN revision: 58578
This commit is contained in:
Tom Hacohen 2011-04-12 06:52:27 +00:00
parent 578ac6f0b6
commit 15d09d72f8
1 changed files with 0 additions and 1 deletions

View File

@ -3793,7 +3793,6 @@ _layout(const Evas_Object *obj, int calc_only, int w, int h, int *w_ret, int *h_
_paragraphs_clear(obj, c->paragraphs);
}
_layout(obj, calc_only, w, h, w_ret, h_ret);
return;
}
if (calc_only)