diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2013-08-29 15:27:45 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2013-08-29 15:27:45 +0000 |
| commit | 5c619be71bf67cac4e582fa2b58bdd17c5f6928d (patch) | |
| tree | 02340478c9caf5b39102d022b83da78136ad3d3a /src/sp-image.cpp | |
| parent | Reverted po files to master branch, now the diff of launchpad is more usable (diff) | |
| parent | Updating outdated test. Fixes bug #1202271. (diff) | |
| download | inkscape-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.cpp | 1 |
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! } } |
