jdk17u-dev icon indicating copy to clipboard operation
jdk17u-dev copied to clipboard

8284093: Memory leak: X11SD_DisposeXImage should also free obdata

Open mrserb opened this issue 1 year ago • 4 comments
trafficstars

Hi all,

This pull request contains a backport of commit 205cfb84 from the openjdk/jdk repository.

The commit being backported was authored by Zhengyu Gu on 11 Apr 2022 and was reviewed by Phil Race and Andrew John Hughes.

Thanks!


Progress

  • [x] Change must not contain extraneous whitespace
  • [x] Commit message must refer to an issue
  • [ ] JDK-8284093 needs maintainer approval

Issue

  • JDK-8284093: Memory leak: X11SD_DisposeXImage should also free obdata (Bug - P3)

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk17u-dev.git pull/2616/head:pull/2616
$ git checkout pull/2616

Update a local copy of the PR:
$ git checkout pull/2616
$ git pull https://git.openjdk.org/jdk17u-dev.git pull/2616/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 2616

View PR using the GUI difftool:
$ git pr show -t 2616

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk17u-dev/pull/2616.diff

mrserb avatar Jun 20 '24 08:06 mrserb