DescriptionFix memory leak of PreviewModeClient in PDF
Previously, in print preview, we would construct a new PreviewModeClient and
pass it to the PDFEngine, however the PDFEngine does not maintain ownership
of the client passed in. Instead OutOfProcessInstance should maintain ownership
which is fixed by this CL.
BUG=522286
Committed: https://crrev.com/cf7b9bfd81a7f2690c80deb46d35833acb692975
Cr-Commit-Position: refs/heads/master@{#347652}
Patch Set 1 #
Total comments: 2
Patch Set 2 : #
Messages
Total messages: 17 (6 generated)
|