Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Caught another leak.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 8 Oct 2013 15:05:32 +0000 (17:05 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 8 Oct 2013 15:13:02 +0000 (17:13 +0200)
src/xbt/parmap.c

index 7120fae..ad335a0 100644 (file)
@@ -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;