Skip to content
Permalink
Browse files
fix leak when fetching image
  • Loading branch information
3nids committed Feb 5, 2018
1 parent 325af48 commit 37191a3
Showing 1 changed file with 1 addition and 0 deletions.
@@ -378,6 +378,7 @@ void QgsLayoutItemPicture::loadRemotePicture( const QString &url )
QImageReader imageReader( reply );
mImage = imageReader.read();
mMode = FormatRaster;
delete reply;
}
else
{

0 comments on commit 37191a3

Please sign in to comment.