From 6025568b6ee88c8010480ab3d6698fe4969ef054 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 18 Jul 2016 19:11:54 +0100 Subject: [PATCH] [Fix] Fix detaching of shared memory segments --- src/libutil/http.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libutil/http.c b/src/libutil/http.c index 7aabba296..dd3302ee3 100644 --- a/src/libutil/http.c +++ b/src/libutil/http.c @@ -1601,8 +1601,6 @@ rspamd_http_detach_shared (struct rspamd_http_message *msg) msg->body_buf.c.shared.shm_fd = -1; } - REF_RELEASE (msg->body_buf.c.shared.name); - cpy_str = rspamd_fstring_new_init (msg->body_buf.begin, msg->body_buf.len); rspamd_http_message_set_body_from_fstring_steal (msg, cpy_str); } -- 2.39.5