Explorar o código

wkhtmltoimage: clear temp HTML files when using stdin/stdout

fixes #3498
Ashish Kulkarni %!s(int64=4) %!d(string=hai) anos
pai
achega
7aaa13eb65
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/lib/imageconverter.cc

+ 1 - 0
src/lib/imageconverter.cc

@@ -227,6 +227,7 @@ void ImageConverterPrivate::pagesLoaded(bool ok) {
 	loadProgress(100);
 
 	currentPhase = 2;
+	clearResources();
 	emit out.phaseChanged();
 	conversionDone = true;
 	emit out.finished(true);