]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Merge pull request #1693 in SNORT/snort3 from ~AMSATHYA/snort3:identity_plugin to...
authorAmarnath Sathyanarayanan (amsathya) <amsathya@cisco.com>
Mon, 29 Jul 2019 23:09:31 +0000 (19:09 -0400)
committerAmarnath Sathyanarayanan (amsathya) <amsathya@cisco.com>
Mon, 29 Jul 2019 23:09:31 +0000 (19:09 -0400)
Squashed commit of the following:

commit d75324ae893f9f11fb46af80bd9605dbaba1d54a
Author: haow3 <haow3@cisco.com>
Date:   Fri Jul 26 16:51:56 2019 -0400

    flow: add virtual destructor to stash generic object

src/flow/stash_item.h

index 63daf304cefaeafd62feb43a83e6c5f7a1fba7ca..52e7618de986dc75e5dde504293e9cb8de54d793 100644 (file)
@@ -34,7 +34,10 @@ public:
     {
 
     }
+    virtual ~StashGenericObject()
+    {
 
+    }
     int get_object_type()
     {
         return object_type;