In the ipa_range_check.c, we use simple free to free the range_info struct:
free(old_range);
However, the range_info struct contains char like char domain_id that are filled by slapi_entry_attr_get_charptr, and thus need to be freed using the slapi_ch_free_string.
master:
Metadata Update from @tbabej: - Issue assigned to tbabej - Issue set to the milestone: FreeIPA 4.0 - 2014/04
Log in to comment on this ticket.