Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : keep MC_request_to_string in std heap
authorMarion Guthmuller <marion.guthmuller@loria.fr>
Fri, 22 Jun 2012 15:48:51 +0000 (17:48 +0200)
committerMarion Guthmuller <marion.guthmuller@loria.fr>
Fri, 22 Jun 2012 15:48:51 +0000 (17:48 +0200)
src/mc/mc_liveness.c

index 4e2f36c..6e86e52 100644 (file)
@@ -950,11 +950,9 @@ void MC_ddfs(int search_cycle){
    
         /* Debug information */
 
    
         /* Debug information */
 
-        MC_SET_RAW_MEM;
         req_str = MC_request_to_string(req, value);
         XBT_INFO("Execute: %s", req_str);
         xbt_free(req_str);
         req_str = MC_request_to_string(req, value);
         XBT_INFO("Execute: %s", req_str);
         xbt_free(req_str);
-        MC_UNSET_RAW_MEM;
 
         MC_state_set_executed_request(current_pair->graph_state, req, value);   
 
 
         MC_state_set_executed_request(current_pair->graph_state, req, value);