X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/73e6287bc3e653e0fc2e0609532fcb15323de1c3..2e9105988280d1e88b5b496d6e2eed4c8d541883:/examples/msg/mc/bugged1_liveness.c diff --git a/examples/msg/mc/bugged1_liveness.c b/examples/msg/mc/bugged1_liveness.c index 378ede355e..458f5093d2 100644 --- a/examples/msg/mc/bugged1_liveness.c +++ b/examples/msg/mc/bugged1_liveness.c @@ -51,6 +51,7 @@ int coordinator(int argc, char *argv[]) } MSG_task_destroy(task); task = NULL; + kind = NULL; } return 0; @@ -86,6 +87,7 @@ int client(int argc, char *argv[]) MSG_task_destroy(grant); grant = NULL; + kind = NULL; XBT_INFO("%s got the answer. Sleep a bit and release it", argv[1]); @@ -114,7 +116,7 @@ int main(int argc, char *argv[]) MSG_init(&argc, argv); - MSG_config("model-check/property","promela1_bugged1_liveness"); + MSG_config("model-check/property","promela_bugged1_liveness"); MC_automaton_new_propositional_symbol("r", &predR); MC_automaton_new_propositional_symbol("cs", &predCS);