30 Mar
2006
30 Mar
'06
12:46 a.m.
jasonatx0001 <jasonatx0001@yahoo.com> wrote:
Is the caller responsible for freeing the memory pointed to by the return value from cf_section_value_find ? Or does this just point to the memory owned by the conf_section which free radius will free on its own ?
It returns a pointer to the data owned by the configuration file reader. Freeing it will be bad... Alan DeKok.