mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-21 13:20:30 +01:00
Fix unbalanced fbGetDrawable added in commit 0a9239ec.
This commit is contained in:
parent
55bd8668e7
commit
ca784df84e
1 changed files with 3 additions and 0 deletions
|
|
@ -4146,6 +4146,9 @@ fbCompositeRect (const FbComposeData *data, CARD32 *scanline_buffer)
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (!store)
|
||||
fbFinishAccess (data->dest->pDrawable);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue