X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/455c9a55d73de1b1842eb8fa3b4a47b17e1dead1..321102577020b194dfb7ba89e48687952816849e:/src/smpi/mpi/smpi_errhandler.cpp?ds=sidebyside diff --git a/src/smpi/mpi/smpi_errhandler.cpp b/src/smpi/mpi/smpi_errhandler.cpp index c62d8449d5..e795736ce5 100644 --- a/src/smpi/mpi/smpi_errhandler.cpp +++ b/src/smpi/mpi/smpi_errhandler.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2021. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2007-2022. 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. */ @@ -47,7 +47,7 @@ void Errhandler::unref(Errhandler* errhandler){ return; errhandler->refcount_--; if(errhandler->refcount_==0){ - F2C::free_f(errhandler->c2f()); + F2C::free_f(errhandler->f2c_id()); delete errhandler; } }