Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
liblinphone
Commits
0b6492f7
Commit
0b6492f7
authored
10 years ago
by
Gautier Pelloux-Prayer
Browse files
Options
Download
Patches
Plain Diff
remove outdated comment
parent
8d9145b9
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+1
-0
.gitignore
coreapi/quality_reporting.c
+0
-1
coreapi/quality_reporting.c
with
1 addition
and
1 deletion
.gitignore
+
1
−
0
View file @
0b6492f7
...
...
@@ -71,3 +71,4 @@ tools/lp-gen-wrappers
tools/lpc2xml_test
tools/xml2lpc_test
coreapi/help/filetransfer
tester/receive_file.dump
This diff is collapsed.
Click to expand it.
coreapi/quality_reporting.c
+
0
−
1
View file @
0b6492f7
...
...
@@ -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
{
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets