mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-08 10:18:02 +02:00
Fix a memory leak
cairo_ft_apply_variations was leaking the FT_MM_Var struct.
This commit is contained in:
parent
a7a0085713
commit
616fb7a9f2
1 changed files with 1 additions and 0 deletions
|
|
@ -2362,6 +2362,7 @@ skip:
|
|||
done:
|
||||
free (coords);
|
||||
free (current_coords);
|
||||
free (ft_mm_var);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue