mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-06 21:33:08 +00:00
Fixed leak of LinphoneTransports in Register tester
This commit is contained in:
parent
2780bb6905
commit
ec5eb75511
1 changed files with 0 additions and 1 deletions
|
|
@ -459,7 +459,6 @@ static void authenticated_register_with_wrong_credentials_with_params_base(const
|
|||
char route[256];
|
||||
|
||||
sprintf(route,"sip:%s",test_route);
|
||||
transport = linphone_transports_new(lcm->lc);
|
||||
linphone_transports_set_udp_port(transport, 5070);
|
||||
linphone_transports_set_tcp_port(transport, 5070);
|
||||
linphone_transports_set_tls_port(transport, 5071);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue