mirror of
https://github.com/brl/mutter.git
synced 2025-04-12 13:19:38 +00:00

In _cogl_material_texture_storage_change_notify we were potentially dereferencing layer->texture without checking first that it is the authority of texture state. We now use _cogl_material_layer_get_texture() instead.