1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 15:26:37 +02:00

core: remove option on /unset of plugin description option (plugins.desc.xxx) (bug #40768)

This commit is contained in:
Sebastien Helleu
2013-12-08 08:57:30 +01:00
parent 0b27dd58b3
commit fa7f42cdd6
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -319,6 +319,8 @@ plugin_config_delete_desc (void *data, struct t_config_file *config_file,
}
}
config_file_option_free (option);
return WEECHAT_CONFIG_OPTION_UNSET_OK_REMOVED;
}