[PATCH] glamor: Don't try to free the pixmap priv if we fail to allocate FBO.

2015-07-27 Thread Eric Anholt
Fixes a regression since a2a2f6e34bd49e7ae31779274d52e800595660bc. I missed this in testing on x86, because we never fail to allocate an FBO. We do hit this path on VC4, though. Signed-off-by: Eric Anholt --- glamor/glamor.c | 1 - 1 file changed, 1 deletion(-) diff --git a/glamor/glamor.c b/

Re: [PATCH] glamor: Don't try to free the pixmap priv if we fail to allocate FBO.

2015-07-27 Thread Dave Airlie
On 28 July 2015 at 11:51, Eric Anholt wrote: > Fixes a regression since a2a2f6e34bd49e7ae31779274d52e800595660bc. I > missed this in testing on x86, because we never fail to allocate an > FBO. We do hit this path on VC4, though. > Looks good, Reviewed-by: Dave Airlie > Signed-off-by: Eric An