summaryrefslogtreecommitdiff
path: root/vcl/workben/xlsfuzzer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/workben/xlsfuzzer.cxx')
-rw-r--r--vcl/workben/xlsfuzzer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/workben/xlsfuzzer.cxx b/vcl/workben/xlsfuzzer.cxx
index 2878bd5cc1a4..14d9eea2622f 100644
--- a/vcl/workben/xlsfuzzer.cxx
+++ b/vcl/workben/xlsfuzzer.cxx
@@ -50,7 +50,7 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)
//fontconfigs alloc mechanism is too complicated for lsan/valgrind so
//force the fontconfig options to be released now, they are demand loaded
//so will be recreated if necessary
- SvpSalGraphics::getPlatformGlyphCache().ClearFontOptions();
+ FreetypeManager::get().ClearFontOptions();
return 0;
}