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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user