HomeClusterLabs Projects

Fix: crmd: memory leak in CIB callbacks

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

Description

Fix: crmd: memory leak in CIB callbacks

This fixes a memory leak detected via routine valgrind testing.
Previously, some crmd CIB callbacks would free the supplied user_data,
but that would not catch cases where the callback was implicitly removed.

Now, crmd uses the new register_callback_full() method to supply a free
function instead.

Details

Provenance
kgaillotAuthored on Jul 24 2015, 5:59 PM

Event Timeline

Commit No Longer Exists

This commit no longer exists in the repository.