]> git.tdb.fi Git - gldbg.git/blobdiff - source/gldbg.h
Fix several problems reported by valgrind
[gldbg.git] / source / gldbg.h
index 3a2bcd1a718535fdba44b00f6d2018f423df74a3..9f77430e753ec54f13f31b7d504cd14831086dbb 100644 (file)
@@ -30,6 +30,7 @@ private:
 
        typedef std::list<Breakpoint> BreakList;
 
+       bool done;
        CommandInterpreter cmd_interp;
        Process process;
        int sock_fd;