Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : detect pointers on valid fragment in heap comparison algorithm
[simgrid.git] / src / mc / mc_liveness.c
index 6e86e52..4e2f36c 100644 (file)
@@ -950,9 +950,11 @@ void MC_ddfs(int search_cycle){
    
         /* Debug information */
 
+        MC_SET_RAW_MEM;
         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);