X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/712e7b7fa1893b2e989c4846e1839bcee0393a8c..badfaf9202e51461e7a685e17ce982ea34ad219a:/examples/msg/mc/bugged1.c diff --git a/examples/msg/mc/bugged1.c b/examples/msg/mc/bugged1.c index 3200fbd6c2..a8f62e7053 100644 --- a/examples/msg/mc/bugged1.c +++ b/examples/msg/mc/bugged1.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2012. The SimGrid Team. +/* Copyright (c) 2010-2012. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -66,8 +66,6 @@ int main(int argc, char *argv[]) MSG_main(); - MSG_clean(); - return 0; }