[test] Fix test-name-table.cc leak issue
Spotted it accidentally but wanted to see if is anything serious so went for fixing it
This commit is contained in:
parent
3d9d7dc4dd
commit
0c9cd5d5f4
|
@ -63,5 +63,7 @@ main (int argc, char **argv)
|
|||
printf ("%s\n", buf);
|
||||
}
|
||||
|
||||
hb_face_destroy (face);
|
||||
|
||||
return count ? 0 : 1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue