vcl/source/gdi/impgraph.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 896fc921cd72b5f0198772f2d4c569b59f51222c
Author: Ashod Nakashian <[email protected]>
AuthorDate: Tue Jul 18 21:23:13 2023 -0400
Commit: Szymon Kłos <[email protected]>
CommitDate: Wed Jul 19 11:39:02 2023 +0200
vcl: swap out the BinaryDataContainer too
Signed-off-by: Ashod Nakashian <[email protected]>
Change-Id: I2e6ac88ff95903acf2df2070a7c23f4fc135c253
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154606
Tested-by: Jenkins CollaboraOffice <[email protected]>
Reviewed-by: Szymon Kłos <[email protected]>
diff --git a/vcl/source/gdi/impgraph.cxx b/vcl/source/gdi/impgraph.cxx
index 3b06fbe94787..54adbbf5bf5a 100644
--- a/vcl/source/gdi/impgraph.cxx
+++ b/vcl/source/gdi/impgraph.cxx
@@ -1313,6 +1313,8 @@ bool ImpGraphic::swapOut()
// reset the swap file
mpSwapFile.reset();
+ mpGfxLink->getDataContainer().swapOut();
+
// mark as swapped out
mbSwapOut = true;