summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-08-24 19:04:48 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-08-24 19:04:48 +0000
commitb31c0ab63c7fc08164da351d66b67351005a8690 (patch)
tree651695db6c739b3a8e93f072b7f9cdda8171fbbf /ChangeLog
parente801194088c749ad0ddd61e096c2f061d6e05f1d (diff)
downloadzabbix-b31c0ab63c7fc08164da351d66b67351005a8690.tar.gz
zabbix-b31c0ab63c7fc08164da351d66b67351005a8690.tar.xz
zabbix-b31c0ab63c7fc08164da351d66b67351005a8690.zip
- fixed memory leak when processing non-existant trapper item (Alexei)
[svn merge -r4658:4661 svn://svn.zabbix.com/branches/1.4] git-svn-id: svn://svn.zabbix.com/trunk@4662 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 570e5b49..55eb6c69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,7 @@ Changes for 1.5:
Changes for 1.4.3:
+ - fixed memory leak when processing non-existant trapper item (Alexei)
- fixed unefficient SQL in browsing of events (Alexei)
- fixed iregexp() (Alexei)
- fixed detection of __VA_ARGS__ (Eugene)