Remove superflous FREE_SLIST
This commit is contained in:
parent
31863efc04
commit
17a795aba1
|
@ -254,7 +254,6 @@ int main(int argc, char **argv) {
|
||||||
ev_default_destroy();
|
ev_default_destroy();
|
||||||
|
|
||||||
free_workspaces();
|
free_workspaces();
|
||||||
FREE_SLIST(outputs, i3_output);
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue