Details
-
Type:
Problem report
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.4.14, 4.0.1rc1, 4.2.0alpha1
-
Fix Version/s: 3.4.15rc1, 4.0.2rc1, 4.2.0alpha1, 4.2 (plan)
-
Component/s: Server (S)
-
Labels:
-
Team:Team A
-
Sprint:Sprint 45, Sprint 46, Nov 2018
-
Story Points:0.5
Description
Preprocessing step parameters are stored in string pool and not released when preprocessing step is removed from cache.
Index: src/libs/zbxdbcache/dbconfig.c =================================================================== --- src/libs/zbxdbcache/dbconfig.c (revision 85639) +++ src/libs/zbxdbcache/dbconfig.c (working copy) @@ -4363,6 +4363,7 @@ } } + zbx_strpool_release(op->params); zbx_hashset_remove_direct(&config->preprocops, op); }