diff options
Diffstat (limited to 'vcl/source/outdev/outdevstate.cxx')
-rw-r--r-- | vcl/source/outdev/outdevstate.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/outdev/outdevstate.cxx b/vcl/source/outdev/outdevstate.cxx index aa3de62f881d..8175ea64f905 100644 --- a/vcl/source/outdev/outdevstate.cxx +++ b/vcl/source/outdev/outdevstate.cxx @@ -639,10 +639,10 @@ void OutputDevice::ImplReleaseFonts() mpFontEntry = nullptr; } - if ( mpGetDevFontList ) + if ( mpDeviceFontList ) { - delete mpGetDevFontList; - mpGetDevFontList = nullptr; + delete mpDeviceFontList; + mpDeviceFontList = nullptr; } if ( mpGetDevSizeList ) |