Tag : Function
Home » Posts tagged Function"
Ive had two Asterisk crashes today that seem to be caused by errors where chan->tech_pvt is pointing to something that cant be deallocated and I think I see a reference count bug in the above function.It contains:if (data->chan_old_vsrc) {ast_channel_unref(data->chan_old_vsrc);}Shoul..