gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r22874 - monkey/branches/MonkeyBacktracking/monkey/src/monk


From: gnunet
Subject: [GNUnet-SVN] r22874 - monkey/branches/MonkeyBacktracking/monkey/src/monkey
Date: Tue, 24 Jul 2012 17:05:21 +0200

Author: safey
Date: 2012-07-24 17:05:21 +0200 (Tue, 24 Jul 2012)
New Revision: 22874

Modified:
   monkey/branches/MonkeyBacktracking/monkey/src/monkey/monkey_action.h
Log:
Fixing the improper freeing problem of the gdbmi handle

Modified: monkey/branches/MonkeyBacktracking/monkey/src/monkey/monkey_action.h
===================================================================
--- monkey/branches/MonkeyBacktracking/monkey/src/monkey/monkey_action.h        
2012-07-24 14:57:01 UTC (rev 22873)
+++ monkey/branches/MonkeyBacktracking/monkey/src/monkey/monkey_action.h        
2012-07-24 15:05:21 UTC (rev 22874)
@@ -55,6 +55,7 @@
   int run_reverse;
   int scope_depth;
   mi_h *gdb_handle;
+  int gdb_connected;
   const char *gdb_in_use;
   mi_stop *gdb_stop_reason;
   mi_frames *gdb_frames;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]