mirror of
https://github.com/brl/mutter.git
synced 2024-12-26 04:42:14 +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. |
||
---|---|---|
.. | ||
cogl | ||
doc | ||
pango | ||
Makefile.am |