summaryrefslogtreecommitdiffstats
path: root/runtime/msg.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-10-02 11:01:18 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-10-02 11:01:18 +0200
commit732761063db3d7521334cb7d72736e913e735e71 (patch)
tree27a25cf46a03d15ceb084cc1e3727aac15425d87 /runtime/msg.c
parent1531c541b294b6c029e5de9a01d4d8499f7e4718 (diff)
parent1908bae50491624d270c73609ea45634c15246fd (diff)
downloadrsyslog-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.c2
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)