Commit 0b6492f7 authored by Gautier Pelloux-Prayer's avatar Gautier Pelloux-Prayer
Browse files

remove outdated comment

parent 8d9145b9
No related merge requests found
Showing with 1 addition and 1 deletion
......@@ -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 {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment