diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-09-25 15:19:34 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-09-25 15:19:34 +0200 |
commit | d397bb25265b8b0926af050c4187cfbc5ab074ca (patch) | |
tree | f0e228fed2f4aa6a9017021af8ec036349db1562 /runtime/modules.h | |
parent | e273e0ef19f374baf35111584b65e619e3dbcaf8 (diff) | |
download | rsyslog-d397bb25265b8b0926af050c4187cfbc5ab074ca.tar.gz rsyslog-d397bb25265b8b0926af050c4187cfbc5ab074ca.tar.bz2 rsyslog-d397bb25265b8b0926af050c4187cfbc5ab074ca.zip |
fix invalid free caused by optimized script execution
Diffstat (limited to 'runtime/modules.h')
-rw-r--r-- | runtime/modules.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/modules.h b/runtime/modules.h index 6a143ae3..5041e439 100644 --- a/runtime/modules.h +++ b/runtime/modules.h @@ -191,6 +191,7 @@ PROTOTYPEObj(module); * that are not called from plugins. */ rsRetVal modulesProcessCnf(struct cnfobj *o); +uchar *modGetName(modInfo_t *pThis); rsRetVal addModToCnfList(modInfo_t *pThis); #endif /* #ifndef MODULES_H_INCLUDED */ |