Re: [PATCH libXi] Destroy extension record after last display is removed

2012-04-23 Thread Chase Douglas
On 04/22/2012 10:08 PM, Peter Hutterer wrote: On Fri, Apr 20, 2012 at 03:30:30PM -0700, Chase Douglas wrote: The extension record is currently leaked and never freed. Signed-off-by: Chase Douglas chase.doug...@canonical.com --- src/XExtInt.c | 11 ++- 1 files changed, 10

[PATCH libXi] Destroy extension record after last display is removed

2012-04-20 Thread Chase Douglas
The extension record is currently leaked and never freed. Signed-off-by: Chase Douglas chase.doug...@canonical.com --- src/XExtInt.c | 11 ++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/src/XExtInt.c b/src/XExtInt.c index 43738a2..27638bd 100644 --- a/src/XExtInt.c