Re: [Mesa-dev] [libdrm PATCH 3/4] nouveau/nouveau.c: Fix two memory leaks.

2012-06-28 Thread Marcin Slusarz
On Thu, Jun 28, 2012 at 11:11:51PM +0200, Johannes Obermayr wrote: > Am Donnerstag, 28. Juni 2012, 23:06:10 schrieb Marcin Slusarz: > > On Thu, Jun 28, 2012 at 09:51:57PM +0200, Johannes Obermayr wrote: > > > --- > > > nouveau/nouveau.c |2 ++ > > > 1 files changed, 2 insertions(+), 0 deletion

Re: [Mesa-dev] [libdrm PATCH 3/4] nouveau/nouveau.c: Fix two memory leaks.

2012-06-28 Thread Johannes Obermayr
Am Donnerstag, 28. Juni 2012, 23:06:10 schrieb Marcin Slusarz: > On Thu, Jun 28, 2012 at 09:51:57PM +0200, Johannes Obermayr wrote: > > --- > > nouveau/nouveau.c |2 ++ > > 1 files changed, 2 insertions(+), 0 deletions(-) > > > > diff --git a/nouveau/nouveau.c b/nouveau/nouveau.c > > index 5a

Re: [Mesa-dev] [libdrm PATCH 3/4] nouveau/nouveau.c: Fix two memory leaks.

2012-06-28 Thread Marcin Slusarz
On Thu, Jun 28, 2012 at 09:51:57PM +0200, Johannes Obermayr wrote: > --- > nouveau/nouveau.c |2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/nouveau/nouveau.c b/nouveau/nouveau.c > index 5aa4107..e91287f 100644 > --- a/nouveau/nouveau.c > +++ b/nouveau/nouveau.c > @

[Mesa-dev] [libdrm PATCH 3/4] nouveau/nouveau.c: Fix two memory leaks.

2012-06-28 Thread Johannes Obermayr
--- nouveau/nouveau.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/nouveau/nouveau.c b/nouveau/nouveau.c index 5aa4107..e91287f 100644 --- a/nouveau/nouveau.c +++ b/nouveau/nouveau.c @@ -95,6 +95,7 @@ nouveau_device_wrap(int fd, int close, struct nouveau_device **pdev