summaryrefslogtreecommitdiff
path: root/src/hb-ucdn.cc
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2018-08-12 17:19:55 -0700
committerBehdad Esfahbod <behdad@behdad.org>2018-08-12 17:19:55 -0700
commit7bd508a0c4ce426f474bfcc729cb39207dd1f7b4 (patch)
tree7c2c6125cbafc06796c3a5a4b04d3360273c9c8d /src/hb-ucdn.cc
parenta3b97db910662e26bafe6e6bc1c36b437f4ed931 (diff)
[lazy] Rename free()
Diffstat (limited to 'src/hb-ucdn.cc')
-rw-r--r--src/hb-ucdn.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hb-ucdn.cc b/src/hb-ucdn.cc
index 6b1bb804..7b26e512 100644
--- a/src/hb-ucdn.cc
+++ b/src/hb-ucdn.cc
@@ -267,7 +267,7 @@ static struct hb_ucdn_unicode_funcs_lazy_loader_t : hb_unicode_funcs_lazy_loader
static
void free_static_ucdn_funcs (void)
{
- static_ucdn_funcs.free ();
+ static_ucdn_funcs.free_instance ();
}
#endif