Revert "Fix the ngl downloader"

This reverts commit c7dfb8cb55.
This commit is contained in:
Benjamin Otte
2024-09-24 11:29:41 +02:00
parent 617297ddd7
commit 0929d77f7f

View File

@@ -358,6 +358,9 @@ gsk_gpu_download_op_gl_command (GskGpuOp *op,
gsk_gl_texture_data_free,
data);
gsk_gpu_image_toggle_ref_texture (self->image, self->texture);
gsk_gl_image_steal_texture_ownership (GSK_GL_IMAGE (self->image));
g_object_unref (builder);
return op->next;