mirror of
https://github.com/brl/mutter.git
synced 2025-03-11 13:55:05 +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.