diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2007-04-22 16:26:01 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2007-04-22 16:26:01 -0700 |
commit | ca784df84e07227a4cc0a1add079884f557b7a00 (patch) | |
tree | 9f3667685274a078acc517cc21dece0fd8d88d87 | |
parent | 55bd8668e7d4100579bcd6c16a804d9f25267070 (diff) |
Fix unbalanced fbGetDrawable added in commit 0a9239ec.
-rw-r--r-- | fb/fbcompose.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fb/fbcompose.c b/fb/fbcompose.c index 8b5700b05..0faf7836d 100644 --- a/fb/fbcompose.c +++ b/fb/fbcompose.c @@ -4146,6 +4146,9 @@ fbCompositeRect (const FbComposeData *data, CARD32 *scanline_buffer) } } } + + if (!store) + fbFinishAccess (data->dest->pDrawable); } void |