diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-17 12:45:10 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-17 12:45:10 +0000 |
commit | ed0363210c34002e5cfbab553506573f5b8a13a5 (patch) | |
tree | 518ce37551ddb1803b3f8d0ced8599b8b04cb984 /action.c | |
parent | 6b8b242250123d6c3105b48cde831ef749c88647 (diff) | |
download | rsyslog-ed0363210c34002e5cfbab553506573f5b8a13a5.tar.gz rsyslog-ed0363210c34002e5cfbab553506573f5b8a13a5.tar.xz rsyslog-ed0363210c34002e5cfbab553506573f5b8a13a5.zip |
worked on threading
Diffstat (limited to 'action.c')
-rw-r--r-- | action.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ rsRetVal actionDestruct(action_t *pThis) pThis->pMod->freeInstance(pThis->pModData); if(pThis->f_pMsg != NULL) - MsgDestruct(pThis->f_pMsg); + MsgDestruct(&pThis->f_pMsg); SYNC_OBJ_TOOL_EXIT(pThis); if(pThis->ppTpl != NULL) |