Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix memoryleak.
authorNavarrop <Pierre.Navarro@imag.fr>
Thu, 20 Oct 2011 12:42:56 +0000 (14:42 +0200)
committerNavarrop <Pierre.Navarro@imag.fr>
Thu, 20 Oct 2011 12:45:38 +0000 (14:45 +0200)
teshsuite/simdag/platforms/Evaluate_parse_time.c

index d79e47e..aa4c8e6 100644 (file)
@@ -33,5 +33,6 @@ int main(int argc, char **argv)
 
        SD_exit();
 
+       free(timer);
        return 0;
 }