HomeClusterLabs Projects

Fix: scheduler: avoid double free with disabled recurring actions

Description

Fix: scheduler: avoid double free with disabled recurring actions

Before 413ec356, memory for a disabled recurring action's key was leaked. After
413ec356, it was freed but not NULLed, leading to a double free. Now, it's
freed and NULLed.

Details

Provenance
kgaillotAuthored on Oct 24 2023, 5:21 PM
Parents
rP80f135914b07: Refactor: scheduler: drop redundant argument from custom_action()
Branches
Unknown
Tags
Unknown