Memory leaks in chan_sip.c with realtime peers
Just comment the below line as I did
31402 /* Startup regular pokes */
31403 if (!devstate_only && enablepoke) {
31404 /*sip_ref_peer(peer, "schedule qualify");*/
31405 sip_poke_peer(peer, 0);
31406 }
31402 /* Startup regular pokes */
31403 if (!devstate_only && enablepoke) {
31404 /*sip_ref_peer(peer, "schedule qualify");*/
31405 sip_poke_peer(peer, 0);
31406 }
Comments
Post a Comment