diff options
-rw-r--r-- | src/controller.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/controller.c b/src/controller.c index b145037d6..700596571 100644 --- a/src/controller.c +++ b/src/controller.c @@ -421,11 +421,6 @@ static gboolean rspamd_controller_check_password( } if (password == NULL) { - - if (query_args != NULL) { - g_hash_table_unref (query_args); - } - if (ctx->secure_map == NULL) { if (ctx->password == NULL && !is_enable) { return TRUE; |