summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-07-30 10:50:35 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-07-30 10:50:35 +0000
commit6313a3417605fff4a40e367954c3fcbf79d321d5 (patch)
tree9b4452ca05f48f0bb0f3dae7d69f5f9b81123032 /ChangeLog
parent9f12ca0ac86a7d29bdc6518a39b69cd03af41406 (diff)
downloadrsyslog-6313a3417605fff4a40e367954c3fcbf79d321d5.tar.gz
rsyslog-6313a3417605fff4a40e367954c3fcbf79d321d5.tar.xz
rsyslog-6313a3417605fff4a40e367954c3fcbf79d321d5.zip
- fixed a memory leak in syslogd/init() that happend when the config file
could not be read - thanks to varmojfekoj for the patch
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index de853a66..26e7be8b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,8 @@ Version 1.17.6 (rgerhards), 2007-07-3?
templates
- fixed a mem leak in OMSRdestruct - freeing the object itself was
forgotten - thanks to varmojfekoj for the patch
+- fixed a memory leak in syslogd/init() that happend when the config
+ file could not be read - thanks to varmojfekoj for the patch
---------------------------------------------------------------------------
Version 1.17.5 (rgerhards), 2007-07-30
- continued to work on modularization