mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 20:44:01 +01:00
Fix memory leak in config.c
Thanks @jollywho
This commit is contained in:
parent
ac740271a5
commit
d969a1dec0
@ -285,6 +285,7 @@ bool read_config(FILE *file, bool is_active) {
|
||||
line_number++;
|
||||
line = strip_whitespace(line);
|
||||
if (line[0] == '#') {
|
||||
free(line);
|
||||
continue;
|
||||
}
|
||||
struct cmd_results *res = config_command(line, block);
|
||||
|
Loading…
Reference in New Issue
Block a user