diff options
Diffstat (limited to 'src/decoder.hpp')
| -rw-r--r-- | src/decoder.hpp | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/src/decoder.hpp b/src/decoder.hpp index 1662bda..f05f651 100644 --- a/src/decoder.hpp +++ b/src/decoder.hpp @@ -55,7 +55,9 @@ namespace zmq              zmq_assert (buf);          } -        inline ~decoder_t () +        //  The destructor doesn't have to be virtual. It is mad virtual +        //  just to keep ICC and code checking tools from complaining. +        inline virtual ~decoder_t ()          {              free (buf);          } | 
