On Mon, May 12, 2014 at 12:38:58PM +0200, Jacob Erlbeck wrote: > + rtp->subtype_name = talloc_strdup(NULL, audio_codec); > + rtp->audio_name = talloc_strdup(NULL, audio_name);
Attach this to a context that at least belongs to a MGCP context. Make sure to release these strings in mgcp_free_endp or in the reset one. Or did I miss a call to set_audio_info?
