mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-13 03:41:25 +00:00
Fixed a unbalanced glamor_put_dispatch.
Signed-off-by: Zhigang Gong <zhigang.gong@linux.intel.com>
This commit is contained in:
committed by
Eric Anholt
parent
bd53e24dc3
commit
e1be714312
@@ -1021,7 +1021,6 @@ glamor_download_pixmap_to_cpu(PixmapPtr pixmap, glamor_access_t access)
|
||||
&pixmap_priv->fbo->pbo);
|
||||
glamor_put_dispatch(glamor_priv);
|
||||
pbo = pixmap_priv->fbo->pbo;
|
||||
glamor_put_dispatch(glamor_priv);
|
||||
}
|
||||
|
||||
dst = glamor_download_sub_pixmap_to_cpu(pixmap, 0, 0,
|
||||
|
||||
Reference in New Issue
Block a user