Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Avoid to free object twice.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 3 Jul 2012 10:12:58 +0000 (12:12 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 3 Jul 2012 21:53:16 +0000 (23:53 +0200)
src/simdag/sd_dotloader.c

index 23da93e..7c44089 100644 (file)
@@ -247,7 +247,6 @@ xbt_dynar_t SD_dotload_generic(const char * filename)
       SD_task_destroy(file);
      xbt_dynar_free_container(&result);
   }
-  free(dag_dot);
   return NULL;
 }