Browse Source

[Fix] Fix refcounts when map is specified by IP

tags/1.4.0
Vsevolod Stakhov 7 years ago
parent
commit
0c16e0e4d7
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/libutil/map.c

+ 1
- 0
src/libutil/map.c View File

@@ -819,6 +819,7 @@ rspamd_map_common_http_callback (struct rspamd_map *map, struct rspamd_map_backe
cbd->map->cfg->libs_ctx->ssl_ctx);

write_http_request (cbd);
MAP_RELEASE (cbd, "http_callback_data");
}
else {
msg_warn_map ("cannot load map: cannot connect to %s: %s",

Loading…
Cancel
Save