mutter/cogl
Daniel van Vugt d21478b0f0 cogl-auto-texture: Avoid a double-free crash
If texture allocation fails (e.g. on an old GPU with size limit 2048)
then `cogl_texture_new_with_size` was trying to use the same CoglError
twice. The second time was after it had already been freed.

Bug reported and fix provided by Gert van de Kraats.

https://launchpad.net/bugs/1790525
2018-11-08 10:18:25 +00:00
..
build/autotools move everything into a cogl/ directory 2016-04-22 16:44:31 +02:00
cogl cogl-auto-texture: Avoid a double-free crash 2018-11-08 10:18:25 +00:00
cogl-gles2 build: Fix include and lib paths in autotools .pc files 2018-11-07 14:29:30 +01:00
cogl-pango build: Fix include and lib paths in autotools .pc files 2018-11-07 14:29:30 +01:00
cogl-path build: Fix include and lib paths in autotools .pc files 2018-11-07 14:29:30 +01:00
test-fixtures Add meson build support 2018-11-06 18:51:44 +01:00
tests build: Make libmutter-cogl-path a dependency for test-journal 2018-11-06 19:15:24 -02:00
.gitignore Make it possible to include private cogl API from mutter 2016-07-20 14:23:48 +08:00
cogl-config.h.meson Add meson build support 2018-11-06 18:51:44 +01:00
cogl-mutter-config.h.in cogl: Make cogl-config.h include check explicit 2018-11-06 17:17:36 +01:00
config-custom.h move everything into a cogl/ directory 2016-04-22 16:44:31 +02:00
configure.ac cogl: Make cogl-config.h include check explicit 2018-11-06 17:17:36 +01:00
Makefile.am cogl: Always build CoglPango support 2018-11-06 17:17:36 +01:00
meson.build Add meson build support 2018-11-06 18:51:44 +01:00