reload: fix memory leak

This commit is contained in:
Michael Stapelberg
2016-01-09 13:46:49 +01:00
parent 79594398e2
commit e7f1476180
3 changed files with 8 additions and 1 deletions

View File

@ -94,7 +94,7 @@ struct Config {
i3Font font;
char *ipc_socket_path;
const char *restart_state_path;
char *restart_state_path;
layout_t default_layout;
int container_stack_limit;