mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-05 18:08:03 +02:00
compositor-x11: Fix a memory leak.
This commit is contained in:
parent
e2e3d07beb
commit
5e48a85e6b
1 changed files with 1 additions and 0 deletions
|
|
@ -1239,6 +1239,7 @@ output_section_done(void *data)
|
|||
if (output_name)
|
||||
free(output_name);
|
||||
output_name = NULL;
|
||||
free(output);
|
||||
goto err_free;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue