]> AND Public Git Repository - simgrid.git/blobdiff - src/xbt/mmalloc/mfree.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
doxygen: uniformity in command markers (@ vs. \)
[simgrid.git] / src / xbt / mmalloc / mfree.c
index 7ee5e76c2da0a2a2f52cad84683e7274e2c3e78a..36d58f51d876712e9d5dbad9a67f3fb5cac21ea2 100644 (file)
@@ -1,6 +1,6 @@
 /* Free a block of memory allocated by `mmalloc'. */
 
-/* Copyright (c) 2010-2017. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2010-2018. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -24,7 +24,6 @@ void mfree(struct mdesc *mdp, void *ptr)
   size_t i;
   int it;
 
-  mmalloc_paranoia(mdp);
 //  fprintf(stderr,"free(%p)\n",ptr);
 
   if (ptr == NULL)