Fix test-set leak issue

See also https://github.com/harfbuzz/harfbuzz/pull/1169
pull/1170/head
Ebrahim Byagowi 7 years ago committed by GitHub
parent ef9307fd22
commit 669ac81ac5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      test/api/test-set.c

@ -262,6 +262,7 @@ test_set_algebra (void)
hb_set_destroy (s);
hb_set_destroy (o);
hb_set_destroy (o2);
}
static void

Loading…
Cancel
Save