summaryrefslogtreecommitdiffstats
path: root/src/sp-image.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2013-08-29 15:27:45 +0000
committerJabiertxof <jtx@jtx.marker.es>2013-08-29 15:27:45 +0000
commit5c619be71bf67cac4e582fa2b58bdd17c5f6928d (patch)
tree02340478c9caf5b39102d022b83da78136ad3d3a /src/sp-image.cpp
parentReverted po files to master branch, now the diff of launchpad is more usable (diff)
parentUpdating outdated test. Fixes bug #1202271. (diff)
downloadinkscape-5c619be71bf67cac4e582fa2b58bdd17c5f6928d.tar.gz
inkscape-5c619be71bf67cac4e582fa2b58bdd17c5f6928d.zip
update to trunk
(bzr r11950.1.137)
Diffstat (limited to 'src/sp-image.cpp')
-rw-r--r--src/sp-image.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp-image.cpp b/src/sp-image.cpp
index d60fbc181..10d294d5c 100644
--- a/src/sp-image.cpp
+++ b/src/sp-image.cpp
@@ -1056,6 +1056,7 @@ static void sp_image_print( SPItem *item, SPPrintContext *ctx )
t = ti * t;
sp_print_image_R8G8B8A8_N(ctx, px + trimx*pixskip + trimy*rs, trimwidth, trimheight, rs, t, item->style);
}
+ free(px); // else big memory leak on each image print!
}
}