gpu: Fix variable

I had a test that allocated over 4GB of ops and...
This commit is contained in:
Benjamin Otte 2024-01-25 19:07:38 +01:00
parent 6f2d33369b
commit 7d7d3ff35c

View File

@ -220,7 +220,7 @@ gsk_gpu_frame_seal_ops (GskGpuFrame *self)
{
GskGpuFramePrivate *priv = gsk_gpu_frame_get_instance_private (self);
GskGpuOp *last, *op;
guint i;
gsize i;
priv->first_op = (GskGpuOp *) gsk_gpu_ops_index (&priv->ops, 0);