From: Bhargava Jandhyala (bjandhya) Date: Fri, 23 Oct 2020 05:21:16 +0000 (+0000) Subject: Merge pull request #2556 in SNORT/snort3 from ~NEHASH4/snort3:file_capture_crash... X-Git-Tag: 3.0.3-4~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a692afe875a2afdef0bd4b5025a323850bde2361;p=thirdparty%2Fsnort3.git Merge pull request #2556 in SNORT/snort3 from ~NEHASH4/snort3:file_capture_crash to master Squashed commit of the following: commit 84f72acbf7af1616816bc32330db415f73706eef Author: Neha Sharma Date: Thu Oct 15 07:25:33 2020 -0400 file_api: file_mempool deletion removed --- diff --git a/src/file_api/file_capture.cc b/src/file_api/file_capture.cc index 57a0f99d0..9519471fa 100644 --- a/src/file_api/file_capture.cc +++ b/src/file_api/file_capture.cc @@ -156,12 +156,6 @@ void FileCapture::exit() delete file_storer; file_storer = nullptr; } - - if (file_mempool) - { - delete file_mempool; - file_mempool = nullptr; - } } /*