mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-22 06:59:44 -05:00
Fix memory leaks
This commit is contained in:
parent
edadbc7c7f
commit
c5df6ca900
9 changed files with 23 additions and 6 deletions
|
|
@ -95,6 +95,7 @@ static void init_default_shaders() {
|
|||
}
|
||||
|
||||
wlr_log(L_DEBUG, "Compiled default shaders");
|
||||
shaders.initialized = true;
|
||||
return;
|
||||
error:
|
||||
wlr_log(L_ERROR, "Failed to set up default shaders!");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue