[SR-Users] textops warning

Juha Heinanen jh at tutpro.com
Sun Apr 7 18:49:36 CEST 2013


Juha Heinanen writes:

> i don't remember seeing this before:
> 
> Apr  7 19:09:57 siika /usr/sbin/sip-proxy[8734]: WARNING: textops [textops.c:1816]: free function has not been defined for spve

it comes from here:

static int fixup_free_in_list(void** param, int param_no)
{
    if ((param_no == 1) || (param_no == 2)) {
 	LM_WARN("free function has not been defined for spve\n");
 	return 0;
    }
 
    if (param_no == 3) return 0;
     
    LM_ERR("invalid parameter number <%d>\n", param_no);
    return -1;
}

perhaps there now is free function for spve.  i'll take a look.

-- juha



More information about the sr-users mailing list