[PATCH xserver/hw/xfree86/modes/xf86Crtc.c] trivial memory leak

2011-09-17 Thread vdb
Anyone willing to review this triviality ? The code is included below. This patch fixes a memory leak in xf86CrtcCreate(). It frees the crtc->gamma_red buffer when a quit on error occurs. xf86CrtcPtr xf86CrtcCreate (ScrnInfoPtr scrn, const xf86CrtcFuncsRec *funcs) <

Re: [PATCH xserver/hw/xfree86/modes/xf86Crtc.c] trivial memory leak

2011-09-17 Thread Matt Turner
On Sat, Sep 17, 2011 at 12:55 PM, wrote: > Anyone willing to review this triviality ? The code is included below. > > This patch fixes a memory leak in xf86CrtcCreate().  It frees the > crtc->gamma_red buffer when a quit on error occurs. > > xf86CrtcPtr > xf86CrtcCreate (ScrnInfoPtr             s

Re: [PATCH xserver/hw/xfree86/modes/xf86Crtc.c] trivial memory leak

2011-10-04 Thread Jeremy Huddleston
reviewed and pulled into my tree for my next pull request. On Sep 17, 2011, at 9:55 AM, v...@picaros.org wrote: > Anyone willing to review this triviality ? The code is included below. > > This patch fixes a memory leak in xf86CrtcCreate(). It frees the > crtc->gamma_red buffer when a quit on