compositor-x11: Fix a memory leak.

John Kåre Alsaker 12 years ago committed by Kristian Høgsberg
parent e2e3d07beb
commit 5e48a85e6b
  1. 1
      src/compositor-x11.c

@ -1239,6 +1239,7 @@ output_section_done(void *data)
if (output_name)
free(output_name);
output_name = NULL;
free(output);
goto err_free;
}

Loading…
Cancel
Save