Migrate to queue.h

This commit is contained in:
Axel Wagner
2010-07-30 03:11:54 +02:00
parent 654b51fef1
commit 43c057f19a
8 changed files with 96 additions and 98 deletions

View File

@ -59,8 +59,9 @@ int main(int argc, char **argv) {
ev_default_destroy();
clean_xcb();
free_outputs();
free_workspaces();
FREE_SLIST(outputs, i3_output);
return 0;
}