mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 18:08:03 +02:00
cff: initialise variable to prevent valgrind warning
This commit is contained in:
parent
49c8e1b674
commit
1cac6e7fcc
1 changed files with 1 additions and 0 deletions
|
|
@ -3193,6 +3193,7 @@ _cairo_cff_font_fallback_create (cairo_scaled_font_subset_t *scaled_font_subset
|
|||
cff_index_init (&font->strings_subset_index);
|
||||
font->global_subs_used = NULL;
|
||||
font->local_subs_used = NULL;
|
||||
font->subset_subroutines = FALSE;
|
||||
font->fdselect = NULL;
|
||||
font->fd_dict = NULL;
|
||||
font->fd_private_dict = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue