Commit 9bf8ee9c authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Destroy the childs Param and Panicstr VSMs properly

parent 17b30b61
...@@ -142,6 +142,6 @@ mgt_SHM_ChildDestroy(void) ...@@ -142,6 +142,6 @@ mgt_SHM_ChildDestroy(void)
AZ(system("rm -rf " VSM_CHILD_DIRNAME)); AZ(system("rm -rf " VSM_CHILD_DIRNAME));
VJ_master(JAIL_MASTER_LOW); VJ_master(JAIL_MASTER_LOW);
} }
heritage.panic_str = NULL; VSMW_Free(mgt_vsmw, (void**)&heritage.panic_str);
heritage.param = NULL; 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