Commit 631b0f74 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp Committed by Martin Blix Grydeland

Destroy the childs Param and Panicstr VSMs properly

parent 05c168ae
......@@ -143,6 +143,6 @@ mgt_SHM_ChildDestroy(void)
AZ(system("rm -rf " VSM_CHILD_DIRNAME));
VJ_master(JAIL_MASTER_LOW);
}
heritage.panic_str = NULL;
heritage.param = NULL;
VSMW_Free(mgt_vsmw, (void**)&heritage.panic_str);
VSMW_Free(mgt_vsmw, (void**)&heritage.param);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment