vcl/workben/commonfuzzer.hxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit f8e11c6480ff0005715b989a6d4e2e10a3816cf6
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Sun Apr 17 17:15:05 2022 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Sun Apr 17 20:12:21 2022 +0200

    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 <caol...@redhat.com>
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

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

Reply via email to