Fixed warning about unreference arguments in transport_udp.c

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@461 74dad513-b988-da41-8d7b-12977e46ad98
This commit is contained in:
Benny Prijono 2006-05-20 14:31:24 +00:00
parent 6647d82f15
commit fec6e7eaaa
1 changed files with 2 additions and 0 deletions

View File

@ -429,6 +429,8 @@ static void transport_detach( pjmedia_transport *tp,
pj_assert(tp && strm);
PJ_UNUSED_ARG(strm);
/* Clear up stream infos from transport */
udp->stream = NULL;
udp->rtp_cb = NULL;