commit e143c9613d350b74e02c5ac3c9a055ab26fc9588
parent 4bebee620f1160d6531d9aaa9b528029f75cecf4
Author: Drew DeVault <sir@cmpwn.com>
Date: Tue, 9 Oct 2018 13:37:20 +0200
Merge pull request #2804 from Emantor/swaynag-double-free
config: remove double free of config->swaynag_command
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/sway/config.c b/sway/config.c
@@ -73,8 +73,6 @@ void free_config(struct sway_config *config) {
memset(&config->handler_context, 0, sizeof(config->handler_context));
- free(config->swaynag_command);
-
// TODO: handle all currently unhandled lists as we add implementations
if (config->symbols) {
for (int i = 0; i < config->symbols->length; ++i) {