From: Martin Quinson Date: Thu, 1 Aug 2019 20:41:59 +0000 (+0200) Subject: ActorImpl: postpone the on_destroy signal to the destructor X-Git-Tag: v3.24~219 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/702d0b8f5973b3f1ce01e0f334842a5279fb17d9?hp=702d0b8f5973b3f1ce01e0f334842a5279fb17d9 ActorImpl: postpone the on_destroy signal to the destructor This is to prevent that the SMPI extension gets destroyed too early. The problem is also that this extension is not really an extension but manually handled, but I'll not fix that tonight. ---