1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 01:03:14 +02:00

fset: fix memory leak when switching the format with ctrl-X

This commit is contained in:
Sébastien Helleu
2018-07-08 14:48:06 +02:00
parent c17ab6aa00
commit 14a929341e
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1430,6 +1430,7 @@ fset_option_config_changed (const char *option_name)
/* option added: get options and refresh the whole buffer */
full_refresh = 1;
}
fset_option_free (new_fset_option);
}
if (full_refresh)