Fix unbalanced fbGetDrawable added in commit 0a9239ec.

This commit is contained in:
Aaron Plattner 2007-04-22 16:26:01 -07:00
parent 55bd8668e7
commit ca784df84e

View File

@ -4146,6 +4146,9 @@ fbCompositeRect (const FbComposeData *data, CARD32 *scanline_buffer)
}
}
}
if (!store)
fbFinishAccess (data->dest->pDrawable);
}
void