IVGCVSW-3948 Add Profiling config to Runtime constructor

Change-Id: Ib5cb85e620ed2cd76a85d423b2674b5d80981be9
Signed-off-by: Jim Flynn <jim.flynn@arm.com>
diff --git a/src/profiling/CommandHandlerFunctor.hpp b/src/profiling/CommandHandlerFunctor.hpp
index 2e1e05f..7aaab58 100644
--- a/src/profiling/CommandHandlerFunctor.hpp
+++ b/src/profiling/CommandHandlerFunctor.hpp
@@ -28,6 +28,8 @@
 
     virtual void operator()(const Packet& packet) {}
 
+    virtual ~CommandHandlerFunctor() {}
+
 private:
     uint32_t m_PacketId;
     uint32_t m_Version;