compositor-x11: Fix a memory leak.
This commit is contained in:
parent
e2e3d07beb
commit
5e48a85e6b
@ -1239,6 +1239,7 @@ output_section_done(void *data)
|
||||
if (output_name)
|
||||
free(output_name);
|
||||
output_name = NULL;
|
||||
free(output);
|
||||
goto err_free;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user