summaryrefslogtreecommitdiff
path: root/src/plugins/xfer/xfer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/xfer/xfer.c')
-rw-r--r--src/plugins/xfer/xfer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/xfer/xfer.c b/src/plugins/xfer/xfer.c
index 0c8c317c8..aaa13680a 100644
--- a/src/plugins/xfer/xfer.c
+++ b/src/plugins/xfer/xfer.c
@@ -1881,5 +1881,7 @@ weechat_plugin_end (struct t_weechat_plugin *plugin)
xfer_free_all ();
+ weechat_config_free (xfer_config_file);
+
return WEECHAT_RC_OK;
}