aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-11-15 09:35:51 -0500
committerGitHub <noreply@github.com>2018-11-15 09:35:51 -0500
commitc36665bc17d1950672330788040e07953d4fb638 (patch)
treea542661f0751154849f580aa22185725d5385542
parent0451acfb751fe2b90a9d895df50294cce4bdf9ad (diff)
parent4e8bf5b328d8225f8f41a8b9d5229bd5f3775270 (diff)
Merge pull request #3130 from RyanDwyer/fix-mode-double-free
Fix double free of mode
-rw-r--r--sway/config.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sway/config.c b/sway/config.c
index e9b55061..c1320acf 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -123,8 +123,6 @@ void free_config(struct sway_config *config) {
}
list_free(config->criteria);
}
- free_mode(config->current_mode);
- free_bar_config(config->current_bar);
list_free(config->no_focus);
list_free(config->active_bar_modifiers);
list_free(config->config_chain);