diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-10-02 11:01:18 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-10-02 11:01:18 +0200 |
commit | 732761063db3d7521334cb7d72736e913e735e71 (patch) | |
tree | 27a25cf46a03d15ceb084cc1e3727aac15425d87 /runtime/msg.c | |
parent | 1531c541b294b6c029e5de9a01d4d8499f7e4718 (diff) | |
parent | 1908bae50491624d270c73609ea45634c15246fd (diff) | |
download | rsyslog-732761063db3d7521334cb7d72736e913e735e71.tar.gz rsyslog-732761063db3d7521334cb7d72736e913e735e71.tar.xz rsyslog-732761063db3d7521334cb7d72736e913e735e71.zip |
Merge branch 'helgrind' into perf
Diffstat (limited to 'runtime/msg.c')
-rw-r--r-- | runtime/msg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/msg.c b/runtime/msg.c index 8e3749ef..ac387354 100644 --- a/runtime/msg.c +++ b/runtime/msg.c @@ -342,8 +342,8 @@ CODESTARTobjDestruct(msg) MsgUnlock(pThis); funcDeleteMutex(pThis); } else { - pThis = NULL; /* tell framework not to destructing the object! */ MsgUnlock(pThis); + pThis = NULL; /* tell framework not to destructing the object! */ } ENDobjDestruct(msg) |