Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gl: Fix bug in _cairo_gl_pattern_texture_setup()
The memory allocated to "image" at line 298 is not freed before moving to label fail at line 305 and 314. This patch takes care of this memory leak in above mentioned cases. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=91537 Signed-off-by: Sahil Vij <sahil.vij@samsung.com> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
- Loading branch information