Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[BUGFIX][Server] GetLegendGraphics: Clear root legend
  • Loading branch information
rldhont committed Sep 19, 2017
1 parent 262e81d commit 51f1b83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/services/wms/qgswmsrenderer.cpp
Expand Up @@ -232,6 +232,7 @@ namespace QgsWms
painter->end();
}

rootGroup.clear();
return image.release();
}

Expand Down

0 comments on commit 51f1b83

Please sign in to comment.