aboutsummaryrefslogtreecommitdiffstats
path: root/sway/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/config.c')
-rw-r--r--sway/config.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sway/config.c b/sway/config.c
index a50e9144..1926bc08 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -73,8 +73,6 @@ void free_config(struct sway_config *config) {
73 73
74 memset(&config->handler_context, 0, sizeof(config->handler_context)); 74 memset(&config->handler_context, 0, sizeof(config->handler_context));
75 75
76 free(config->swaynag_command);
77
78 // TODO: handle all currently unhandled lists as we add implementations 76 // TODO: handle all currently unhandled lists as we add implementations
79 if (config->symbols) { 77 if (config->symbols) {
80 for (int i = 0; i < config->symbols->length; ++i) { 78 for (int i = 0; i < config->symbols->length; ++i) {