Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1358 from geoadmin/dev_fix_print_leak
Browse files Browse the repository at this point in the history
PRINT: Fix memory leak
  • Loading branch information
gjn committed Apr 16, 2014
2 parents 096157a + 05f405d commit 0670ba0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/print/PrintDirective.js
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,7 @@
srs: proj.getCode(),
units: proj.getUnits() || 'm',
rotation: -((view.getRotation() * 180.0) / Math.PI),
app: 'config',
lang: lang,
dpi: that.dpi.value,
layers: encLayers,
Expand Down

0 comments on commit 0670ba0

Please sign in to comment.