diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-20 09:31:05 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-20 09:31:05 +0000 |
commit | 06ffec1c3f9e566993d372cc686c8ae7307c5de0 (patch) | |
tree | 5bbc3fe7bec322540318ec2d2a564c5f09c48b71 /cfsysline.c | |
parent | a00b06ea93a91f784cf8b41fc493e589a14a80b4 (diff) | |
download | rsyslog-06ffec1c3f9e566993d372cc686c8ae7307c5de0.tar.gz rsyslog-06ffec1c3f9e566993d372cc686c8ae7307c5de0.tar.xz rsyslog-06ffec1c3f9e566993d372cc686c8ae7307c5de0.zip |
bugfix: fixed some minor memory leaks
Diffstat (limited to 'cfsysline.c')
-rw-r--r-- | cfsysline.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cfsysline.c b/cfsysline.c index 013999a1..8f0439ed 100644 --- a/cfsysline.c +++ b/cfsysline.c @@ -487,6 +487,8 @@ finalize_it: * no custom handler is defined. If it is, the customer handler * must do the cleanup. I have checked and this was al also memory * leak with some code. Obviously, not a large one. -- rgerhards, 2007-12-20 + * Just to clarify: if pVal is parsed to a custom handler, this handler + * is responsible for freeing pVal. -- rgerhards, 2008-03-20 */ static rsRetVal doGetWord(uchar **pp, rsRetVal (*pSetHdlr)(void*, uchar*), void *pVal) { |