summaryrefslogtreecommitdiff
path: root/src/core/wee-command.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/wee-command.c')
-rw-r--r--src/core/wee-command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c
index 21bae289a..8378a022e 100644
--- a/src/core/wee-command.c
+++ b/src/core/wee-command.c
@@ -1840,7 +1840,7 @@ COMMAND_CALLBACK(debug)
ptr_option = config_weechat_debug_get (argv[2]);
if (ptr_option)
{
- config_file_option_free (ptr_option);
+ config_file_option_free (ptr_option, 1);
config_weechat_debug_set_all ();
gui_chat_printf (NULL, _("Debug disabled for \"%s\""),
argv[2]);