diff options
author | Noel Grandin <noel@peralex.com> | 2016-05-05 12:11:46 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-05-05 14:02:40 +0200 |
commit | f84d9ae0c9edbf5395aa8c9171c0fa1e1a41a6ab (patch) | |
tree | 49e800ff1af99968d4173821854af7c4d3c5e410 /desktop/Executable_soffice_bin.mk | |
parent | 877f6bbf4bec5501443365cadbf9bee94a00d9f8 (diff) |
fix crash in WallpaperImpl destructor
after commit b6f3b2b0ab9404917b7805bb89701c110b468768
"tdf#62525 vcl: use cow_wrapper for wall"
OutputDevice::DrawBitmapWallpaper passes a stack allocated object to
Wallpaper::ImplSetCachedBitmap, which in turns takes a pointer to that
object, and then unconditionally deletes that object in it's destructor.
The original code did a
*mpCache = rBmp
so restore that.
Change-Id: Ie65fb84e48750bb2c698dc08e0b6c5c7a0dea694
Diffstat (limited to 'desktop/Executable_soffice_bin.mk')
0 files changed, 0 insertions, 0 deletions