sanity_check_ruleset_data() not freeing action enabler problem descriptions
sanity_check_ruleset_data() calls action_enabler_suggest_repair() and action_enabler_suggest_improvement() without ever freeing the result.
According to function headers of those functions, caller is responsible of freeing the problem description returned.
sanity_check_ruleset_data() calls action_enabler_suggest_repair() and action_enabler_suggest_improvement() without ever freeing the result.
According to function headers of those functions, caller is responsible of freeing the problem description returned.