William King 388e119e55 CID: 1214221,1214222
sip_header_as_string returns new memory alloc'd on the nua_handle's memory pool. This memory would not be freed until
the handle was destroyed. Since there is no usage of the call-info header after it is added to the event as a header value,
we should make sure to both su_free the sofia returned string, but also more cleanly create the event header value to reduce a strdup.
2014-05-16 16:35:49 -07:00
..
2014-05-16 16:35:49 -07:00
2014-04-05 07:57:05 +00:00
2014-03-07 18:36:12 -05:00
2014-03-26 18:01:49 +00:00