compositor-drm: Avoid leak during output configuration error path
Signed-off-by: Rob Bradford <rob@linux.intel.com>
This commit is contained in:
parent
053fe7652b
commit
6b6795f070
|
@ -2407,6 +2407,7 @@ output_section_done(void *data)
|
|||
free(output_name);
|
||||
free(output_mode);
|
||||
free(output_transform);
|
||||
free(output);
|
||||
output_name = NULL;
|
||||
output_mode = NULL;
|
||||
output_transform = NULL;
|
||||
|
|
Loading…
Reference in New Issue