mirror of
https://github.com/brl/mutter.git
synced 2025-02-02 14:53:03 +00:00
Robert Bragg
63fd426b4b
cogl-shader: get_info_log should always use strdup
In the case where there is no error log for arbfp we were returning a "" string literal. The other paths were using g_strdup to return a string that could be freed with g_free. This makes the arbfp path return g_strdup ("") instead.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%