HomeClusterLabs Projects

Low: various: clean up library memory at child exit

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Low: various: clean up library memory at child exit

We don't want to call crm_exit() in a forked child because exit() can
have undesired effects on the parent, but we still need to clean up
library memory (if only to make valgrind output easier to read).

Details

Provenance
kgaillotAuthored on Dec 3 2024, 11:53 AM

Commit No Longer Exists

This commit no longer exists in the repository.