Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
finish to plug ptaskL07 leak
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Mon, 27 Mar 2017 14:36:08 +0000 (16:36 +0200)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Mon, 27 Mar 2017 14:36:08 +0000 (16:36 +0200)
commit35dc676e46666d431a8a6b5062994e42caf3b4ac
treea530fdf7429730e4e7e1864706ab31262d2418f6
parentffb00aa229ee0ef4001607c66dbc8150a5d1bfa7
finish to plug ptaskL07 leak

network and cpu models share the same lmm as the host model. the host
model frees the lmm, but both sub models have to set their local
reference to nullptr before the parent destructors are called to
prevent double free/delete.
src/surf/ptask_L07.cpp
src/surf/ptask_L07.hpp