X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/89d98a56977c70b61c8dba09f5c5136e73784339..9dbc2a5652d2692d1383f13782ab6099d24cfad2:/src/xbt/parmap.c diff --git a/src/xbt/parmap.c b/src/xbt/parmap.c index 90a0b8101f..ad335a0796 100644 --- a/src/xbt/parmap.c +++ b/src/xbt/parmap.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, 2005, 2007, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2004-2005, 2007, 2009-2013. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -326,6 +326,7 @@ static void *xbt_parmap_worker_main(void *arg) /* We are destroying the parmap */ } else { + SIMIX_context_free(context); xbt_free(data); parmap->worker_signal_f(parmap); return NULL;