diff --git a/modules/ysockschan.cpp b/modules/ysockschan.cpp index 2ef7c334..78bee0db 100644 --- a/modules/ysockschan.cpp +++ b/modules/ysockschan.cpp @@ -875,6 +875,12 @@ public: */ SOCKSEngine(NamedList& params); + /** + * Destructor + */ + virtual ~SOCKSEngine() + { } + /** * Check if the engine is exiting * @return True if the engine is exiting