Fix klockwork memleak: If we allocate space for a Font Glyph (through
authorChris Michael <cp.michael@samsung.com>
Fri, 28 Jun 2013 13:02:00 +0000 (14:02 +0100)
committerChris Michael <cp.michael@samsung.com>
Fri, 28 Jun 2013 13:02:00 +0000 (14:02 +0100)
commitdd136b82e299a57f1e8d5d1bfa4f11f8857887a3
treed575eb6ac27144a96261e69060b17913d452ca40
parent7e222b949cc45c860d778080c5a0e02f8e00365d
Fix klockwork memleak: If we allocate space for a Font Glyph (through
evas_common_font_int_cache_glyph_get), then we should free that
allocation when we have an error.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/evas/common/evas_font_draw.c