Skip to content

cally: Fix state set leak

Ray Strode requested to merge wip/cally-leak into master

cally_actor_action_do_action leaks a state set object in the case where the actor is defunct, insensitive, or hidden.

This commit plugs the leak.

Edited by Ray Strode

Merge request reports