mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-10-29 23:20:57 +00:00
render/egl: don't leak memory on error return
This commit is contained in:
parent
f295aff762
commit
369c6525d7
@ -552,6 +552,7 @@ struct wlr_egl *wlr_egl_create_with_context(EGLDisplay display,
|
||||
}
|
||||
|
||||
if (!egl_init_display(egl, display)) {
|
||||
free(egl);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user