diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2016-05-05 18:01:19 -0700 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2016-05-05 18:01:19 -0700 |
| commit | 29a26da131bf9940787b5e20569060142692b6f0 (patch) | |
| tree | a05e60642cc5acb2b258012859640a61e7514c6a | |
| parent | 0f7511f9fe92abd6329ab39b031bdb5d8205aee1 (diff) | |
| parent | 99028df5f6e71e1cfbd499c4e67db79a7bd2634c (diff) | |
Merge pull request #639 from neosilky/freefix
sway/config.c: fix double free issue as we need to store path in list
| -rw-r--r-- | sway/config.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sway/config.c b/sway/config.c index 69ae7c03..237d8996 100644 --- a/sway/config.c +++ b/sway/config.c @@ -357,8 +357,6 @@ bool load_main_config(const char *file, bool is_active) { update_active_bar_modifiers(); } - free(path); - return success; } |
