diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-25 09:43:44 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-25 09:43:44 +0000 |
commit | f5750dcc0c0fff8ac2c450b4ff35831e9498b745 (patch) | |
tree | 6b8854500561afcefc9594a7d7c7a660ed80d300 /modules.c | |
parent | 98e2eff6755fbe9ac1b6340af9d68bd70a8ab5b4 (diff) | |
download | rsyslog-f5750dcc0c0fff8ac2c450b4ff35831e9498b745.tar.gz rsyslog-f5750dcc0c0fff8ac2c450b4ff35831e9498b745.tar.xz rsyslog-f5750dcc0c0fff8ac2c450b4ff35831e9498b745.zip |
removing valgrind instrumentation for releasev3-12-4
Diffstat (limited to 'modules.c')
-rw-r--r-- | modules.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -189,7 +189,7 @@ static void moduleDestruct(modInfo_t *pThis) if(pThis->pszName != NULL) free(pThis->pszName); if(pThis->pModHdlr != NULL) { -# if 0 +# if 1 dlclose(pThis->pModHdlr); # else # warning "dlclose disabled for valgrind, re-enable before release" |