<div dir="ltr"><div><div>Hi,<br><br></div>I am using JSON module and when i call json_get_field from kamailio.cfg,<br><br></div>xlog("L_INFO", "JSON string: $var(json)\n");<br>json_get_field($var(json), "from_number", "$var(from)");<br><br><div>i get following warning,<br><br>INFO: <script>: JSON string: {"from_number":"49XXXXXXXX","to_number":"49XXXXXXXX","domain":"<a href="http://sip.mydomain.com">sip.mydomain.com</a>","from_name":"John","timestamp":1414095386.7094} <br>WARNING: json [json_mod.c:86]: fixup_get_field_free(): free function has not been defined for spve<br><br></div><div>While the code works fine, but this warning just gives me worries that there may be a memory leak here.<br><br></div><div>Can you guys confirm if i can ignore this warning when this code goes to production?<br></div><div><br></div><div>Thank you.<br><br><br></div></div>