X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bdfe4f8674f98efbf2d67ad854ef83a1d5f855ed..0c43de62fbe4bfc243d6512296e09207e80bcd54:/src/bindings/lua/lua_host.c?ds=sidebyside diff --git a/src/bindings/lua/lua_host.c b/src/bindings/lua/lua_host.c index 9e33f3c8f8..f0184b132a 100644 --- a/src/bindings/lua/lua_host.c +++ b/src/bindings/lua/lua_host.c @@ -184,7 +184,7 @@ static int l_host_sleep(lua_State *L) static int l_host_destroy(lua_State *L) { msg_host_t ht = sglua_check_host(L, 1); - __MSG_host_destroy(MSG_host_priv(ht)); + __MSG_host_priv_free(MSG_host_priv(ht)); return 0; }