]> git.tdb.fi Git - gldbg.git/blobdiff - source/commandinterpreter.h
Fix several problems reported by valgrind
[gldbg.git] / source / commandinterpreter.h
index fa881c6883be885b6e2cc03974448e68783766fd..ca5060b4d50f42e4757cadc0f40cf12d5a49f5ad 100644 (file)
@@ -64,6 +64,7 @@ private:
 
 public:
        CommandInterpreter(GlDbg &);
+       ~CommandInterpreter();
 
        template<typename T>
        Command &register_command(const std::string &n, T *o, void (T::*f)(const std::string &))