diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-04-17 17:15:05 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-04-17 20:12:21 +0200 |
commit | f8e11c6480ff0005715b989a6d4e2e10a3816cf6 (patch) | |
tree | b6ea769ab3864c2ebe34995744291ce6ba64f319 /vcl/workben | |
parent | 178044ec01227771542de809f8140d107035ca0f (diff) |
Revert "ofz#46632 Direct-leak"
This reverts commit 4659fc2f0a7223a89446edff0b77e58758b5edf5.
Change-Id: Id8d654ff4c36185b08012ab5a69f7cf75fc43249
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133106
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/workben')
-rw-r--r-- | vcl/workben/commonfuzzer.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/workben/commonfuzzer.hxx b/vcl/workben/commonfuzzer.hxx index e64a53dda644..c9afd65552fe 100644 --- a/vcl/workben/commonfuzzer.hxx +++ b/vcl/workben/commonfuzzer.hxx @@ -129,8 +129,6 @@ void CommonInitialize(int *argc, char ***argv) psp::PrintFontManager::get(); //get the printer info Printer::GetPrinterQueues(); - //Draw some text to fill CairoTextRender fontoptions cache - Application::GetDefaultDevice()->DrawText(Point(0, 0), "hello world"); //https://github.com/google/oss-fuzz/issues/1449 //https://github.com/google/oss-fuzz/issues/5441 |