diff options
author | Michael Biebl <biebl@debian.org> | 2008-03-29 12:15:17 +0100 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2008-03-29 12:15:17 +0100 |
commit | 34a3fe82b4f5bdb372320f59dc6b7260657419a4 (patch) | |
tree | e0f6e2f36c355b2b6deab805cf6439548beec942 /module-template.h | |
parent | 4e5a9c73a92db1016fbc1ce090e35ef3add7e786 (diff) | |
download | rsyslog-debian/2.0.3-1.tar.gz |
Imported Debian patch 2.0.3-1debian/2.0.3-1
Diffstat (limited to 'module-template.h')
-rw-r--r-- | module-template.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module-template.h b/module-template.h index 13ae4b8..a5ece4f 100644 --- a/module-template.h +++ b/module-template.h @@ -260,7 +260,7 @@ finalize_it:\ *ppOMSR = NULL;\ }\ if(pData != NULL)\ - freeInstance(&pData);\ + freeInstance(pData);\ } #define ENDparseSelectorAct \ |