Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Plug a memleak + experience that code out of the MC test for coverage
[simgrid.git] / examples / sthread / pthread-producer-consumer.c
index cf69840..8073105 100644 (file)
@@ -107,6 +107,7 @@ int main(int argc, char** argv)
   free(pro);
   free(con);
   free(buffer);
+  free(ids);
 
   return 0;
 }