Re: [PATCH 1/2] xfree86: fix a memory leak in edidMakeAtom().

2013-07-31 Thread Michel Dänzer
On Son, 2013-07-28 at 18:05 +0200, Julien Cristau wrote: On Thu, Jul 11, 2013 at 18:27:14 -0400, Alex Deucher wrote: On Thu, Jul 11, 2013 at 6:02 PM, Julien Cristau jcris...@debian.org wrote: On Mon, Jun 17, 2013 at 12:39:20 -0400, alexdeuc...@gmail.com wrote: From: Leo Liu

Re: [PATCH 1/2] xfree86: fix a memory leak in edidMakeAtom().

2013-07-28 Thread Julien Cristau
On Thu, Jul 11, 2013 at 18:27:14 -0400, Alex Deucher wrote: On Thu, Jul 11, 2013 at 6:02 PM, Julien Cristau jcris...@debian.org wrote: On Mon, Jun 17, 2013 at 12:39:20 -0400, alexdeuc...@gmail.com wrote: From: Leo Liu leo@amd.com leak happens when looping xrandr prop.

Re: [PATCH 1/2] xfree86: fix a memory leak in edidMakeAtom().

2013-07-12 Thread walter harms
Am 12.07.2013 00:02, schrieb Julien Cristau: On Mon, Jun 17, 2013 at 12:39:20 -0400, alexdeuc...@gmail.com wrote: From: Leo Liu leo@amd.com leak happens when looping xrandr prop. Signed-off-by: Leo Liu leo@amd.com --- hw/xfree86/common/xf86Helper.c |1 + 1 file changed, 1

Re: [PATCH 1/2] xfree86: fix a memory leak in edidMakeAtom().

2013-07-11 Thread Alex Deucher
Ping? On Mon, Jun 17, 2013 at 12:39 PM, alexdeuc...@gmail.com wrote: From: Leo Liu leo@amd.com leak happens when looping xrandr prop. Signed-off-by: Leo Liu leo@amd.com --- hw/xfree86/common/xf86Helper.c |1 + 1 file changed, 1 insertion(+) diff --git

Re: [PATCH 1/2] xfree86: fix a memory leak in edidMakeAtom().

2013-07-11 Thread Julien Cristau
On Mon, Jun 17, 2013 at 12:39:20 -0400, alexdeuc...@gmail.com wrote: From: Leo Liu leo@amd.com leak happens when looping xrandr prop. Signed-off-by: Leo Liu leo@amd.com --- hw/xfree86/common/xf86Helper.c |1 + 1 file changed, 1 insertion(+) diff --git

Re: [PATCH 1/2] xfree86: fix a memory leak in edidMakeAtom().

2013-07-11 Thread Alex Deucher
On Thu, Jul 11, 2013 at 6:02 PM, Julien Cristau jcris...@debian.org wrote: On Mon, Jun 17, 2013 at 12:39:20 -0400, alexdeuc...@gmail.com wrote: From: Leo Liu leo@amd.com leak happens when looping xrandr prop. Signed-off-by: Leo Liu leo@amd.com --- hw/xfree86/common/xf86Helper.c |

[PATCH 1/2] xfree86: fix a memory leak in edidMakeAtom().

2013-06-17 Thread alexdeucher
From: Leo Liu leo@amd.com leak happens when looping xrandr prop. Signed-off-by: Leo Liu leo@amd.com --- hw/xfree86/common/xf86Helper.c |1 + 1 file changed, 1 insertion(+) diff --git a/hw/xfree86/common/xf86Helper.c b/hw/xfree86/common/xf86Helper.c index 721159d..bb17ecc 100644 ---