Summary: | Don't free the background pixmap created by Ghostview | ||
---|---|---|---|
Product: | Ghostscript | Reporter: | Florian Lindemann <linde> |
Component: | X Display Driver | Assignee: | Chris Liddell (chrisl) <chris.liddell> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | chris.liddell |
Priority: | P4 | ||
Version: | 9.54.0 | ||
Hardware: | PC | ||
OS: | Linux | ||
Customer: | Word Size: | --- | |
Attachments: |
Patch: Don't free the background pixmap created by Ghostview
Only free pixmap if xdev->ghostview is NOT set |
Description
Florian Lindemann
2021-11-10 08:32:54 UTC
Slightly tweaked patch applied: https://git.ghostscript.com/?p=ghostpdl.git;a=commitdiff;h=d468a903 Thanks for the contribution! Created attachment 21899 [details]
Only free pixmap if xdev->ghostview is NOT set
Dear Chris, i only just noticed that your changes unfortunately inverted the logic of my original patch. The issue remains unresolved. Regards, Florian (In reply to Florian Lindemann from comment #2) > Created attachment 21899 [details] > Only free pixmap if xdev->ghostview is NOT set (In reply to Florian Lindemann from comment #3) > Dear Chris, > > i only just noticed that your changes unfortunately inverted the logic of my > original patch. The issue remains unresolved. > > Regards, > Florian Oops! Sorry about that - I'll sort it out when I'm back at my desk. Hopefully correct now: https://git.ghostscript.com/?p=ghostpdl.git;a=commitdiff;h=30c7908165b0 |