Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2022-11-03 19:27:16 +0300
committerVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2022-11-03 19:27:16 +0300
commitff814d2a9b49f5bff938b0bb474be2d8f016982a (patch)
treeecf0511be67e66727cb983b0e08a97ac5600113d
parent5604a808586036b0c131f93328510811d65bfc65 (diff)
........S. [ZBX-21825] improved history syncer performance
-rw-r--r--src/libs/zbxdbhigh/proxy.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libs/zbxdbhigh/proxy.c b/src/libs/zbxdbhigh/proxy.c
index 0738a8191ab..de160ce47e1 100644
--- a/src/libs/zbxdbhigh/proxy.c
+++ b/src/libs/zbxdbhigh/proxy.c
@@ -3534,9 +3534,6 @@ static int process_history_data_by_itemids(zbx_socket_t *sock, zbx_client_item_v
session->last_valueid = last_valueid;
}
- zbx_free(errcodes);
- zbx_free(items);
-
if (NULL == error)
{
ret = SUCCEED;