]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
BaseMultiQueue is virtual but had no virtual destructor
authorFrancesco Chemolli <kinkie@squid-cache.org>
Fri, 3 Jan 2014 11:13:52 +0000 (12:13 +0100)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Fri, 3 Jan 2014 11:13:52 +0000 (12:13 +0100)
src/ipc/Queue.h

index a1e3e5b493b1ee5a45a4e7b87dbed365b41ce54d..eca2ca477c13901013fcd9cb9f490b36b5363949 100644 (file)
@@ -148,6 +148,7 @@ class BaseMultiQueue
 {
 public:
     BaseMultiQueue(const int aLocalProcessId);
+    virtual ~BaseMultiQueue() {}
 
     /// clears the reader notification received by the local process from the remote process
     void clearReaderSignal(const int remoteProcessId);