Fix test-set leak issue
See also https://github.com/harfbuzz/harfbuzz/pull/1169
This commit is contained in:
parent
ef9307fd22
commit
669ac81ac5
|
@ -262,6 +262,7 @@ test_set_algebra (void)
|
||||||
|
|
||||||
hb_set_destroy (s);
|
hb_set_destroy (s);
|
||||||
hb_set_destroy (o);
|
hb_set_destroy (o);
|
||||||
|
hb_set_destroy (o2);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in New Issue