mirror of
https://github.com/brl/mutter.git
synced 2025-02-03 23:24:10 +00:00
a278a1f940
Both of the cogl_texture_2d_sliced_new functions called the slices_create function which creates the underlying GL textures. However this was also called by init_base so the textures would end up being created twice. This would make it leak the GL textures and the arrays which point to them.