remove outdated comment

This commit is contained in:
Gautier Pelloux-Prayer 2014-06-12 13:50:26 +02:00
parent 8d9145b975
commit 0b6492f7e5
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View file

@ -71,3 +71,4 @@ tools/lp-gen-wrappers
tools/lpc2xml_test
tools/xml2lpc_test
coreapi/help/filetransfer
tester/receive_file.dump

View file

@ -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 {