compositor-x11: Fix a memory leak.

This commit is contained in:
John Kåre Alsaker 2012-10-12 12:25:11 +02:00 committed by Kristian Høgsberg
parent e2e3d07beb
commit 5e48a85e6b

View File

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