[BUGFIX][Server] GetLegendGraphics: Clear root legend

This commit is contained in:
rldhont 2017-08-25 11:08:20 +02:00
parent 262e81dfca
commit 51f1b83699

View File

@ -232,6 +232,7 @@ namespace QgsWms
painter->end();
}
rootGroup.clear();
return image.release();
}