summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
Diffstat (limited to 'vcl')
-rw-r--r--vcl/headless/svpgdi.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/headless/svpgdi.cxx b/vcl/headless/svpgdi.cxx
index dd6dee02972e..fed0c45af4e3 100644
--- a/vcl/headless/svpgdi.cxx
+++ b/vcl/headless/svpgdi.cxx
@@ -1628,6 +1628,7 @@ void SvpSalGraphics::drawBitmap(const SalTwoRect& rTR, const BitmapBuffer* pBuff
{
cairo_surface_t* source = createCairoSurface( pBuffer );
copyWithOperator(rTR, source, eOp);
+ cairo_surface_destroy(source);
}
void SvpSalGraphics::drawBitmap( const SalTwoRect& rTR,
el Grandin 2017-07-07Revert "use std::vector in BigPtrArray"Noel Grandin 2017-06-28gdb pretty-printers: fix BigPtrArrayPrinter after recent std::isationMichael Stahl 2017-04-04Missing str(...) when an arg is itself a css::uno::Sequence<...>Stephan Bergmann 2017-01-23Revert "used std::map in SfxItemSet"Noel Grandin 2017-01-17Change Idle to be a Timer subclassJan-Marek Glogowski 2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski 2017-01-17tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski 2017-01-17used std::map in SfxItemSetNoel Grandin 2016-12-20gdb pretty printers: fix the SwXTextCursor::Impl one even moreMichael Stahl 2016-12-20gdb pretty printers: fix BigPtrArray printer for member renameMichael Stahl 2016-12-20gdb pretty printers: fix SwXTextCursor::Impl printer for SwClient renameMichael Stahl 2016-12-20gdb pretty printers: fix SwPaM printer for Ring member renamingMichael Stahl 2016-12-14solenv: adapt SwPositionPrinter to BigPtrEntry renamingMichael Stahl 2016-10-23Fix typosAndrea Gelmini