diff options
author | Daniel Hirt <hirt.danny@gmail.com> | 2018-07-16 00:35:44 +0300 |
---|---|---|
committer | Daniel Hirt <hirt.danny@gmail.com> | 2018-07-16 16:45:53 +0300 |
commit | cafe84a2c2eeffe8c252d8988c7b6e5fcfe9f2c5 (patch) | |
tree | ab19c3758772e1a79ecfaa56f5436c79ddb593f8 /src/lib/elput/elput.c | |
parent | 93397449d4051fe3f545660cc74aad38355dee55 (diff) |
Evas text textblock: call evas_font_free even on null fonts
A null font set can potentially be stored and passed on. There is no
specific fallback in our codebase to roll-back if something like that
occurs.
This fixes a case where an entry of a null font was not removed from the
fonts_cache and was leaked to subsequent tests (the null font entry was
not removed from the fonts_cache).
Note that this was only apparent when EFL was built with
`--disable-fontconfig`, likely due to fontconfig succeeding to always
retrieve some non-null font.
@fix
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions