mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-06 21:33:08 +00:00
remove outdated comment
This commit is contained in:
parent
8d9145b975
commit
0b6492f7e5
2 changed files with 1 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -71,3 +71,4 @@ tools/lp-gen-wrappers
|
|||
tools/lpc2xml_test
|
||||
tools/xml2lpc_test
|
||||
coreapi/help/filetransfer
|
||||
tester/receive_file.dump
|
||||
|
|
|
|||
|
|
@ -337,7 +337,6 @@ static int send_report(LinphoneCall* call, reporting_session_report_t * report,
|
|||
content.data = buffer;
|
||||
content.size = strlen(buffer);
|
||||
|
||||
/*(WIP) Memory leak: PUBLISH message is never freed (issue 1283)*/
|
||||
if (! linphone_core_publish(call->core, addr, "vq-rtcpxr", expires, &content)){
|
||||
ret=4;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue