Reviewed-by: Jasper St. Pierre <[email protected]>
On Mon, Apr 7, 2014 at 1:47 PM, Adam Jackson <[email protected]> wrote: > Signed-off-by: Adam Jackson <[email protected]> > --- > hw/dmx/glxProxy/glxcmds.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/hw/dmx/glxProxy/glxcmds.c b/hw/dmx/glxProxy/glxcmds.c > index 964db40..f097906 100644 > --- a/hw/dmx/glxProxy/glxcmds.c > +++ b/hw/dmx/glxProxy/glxcmds.c > @@ -2017,6 +2017,7 @@ CreateGLXPixmap(__GLXclientState * cl, > } > > if (!(AddResource(glxpixmapId, __glXPixmapRes, pGlxPixmap))) { > + free(pGlxPixmap->be_xids); > free(pGlxPixmap); > return BadAlloc; > } > -- > 1.9.0 > > _______________________________________________ > [email protected]: X.Org development > Archives: http://lists.x.org/archives/xorg-devel > Info: http://lists.x.org/mailman/listinfo/xorg-devel > -- Jasper
_______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
