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
77cd0317
Commit
77cd0317
authored
1 year ago
by
Mickaël Turnel
Browse files
Options
Download
Patches
Plain Diff
Fix memory issues
parent
6cde52b2
No related merge requests found
This commit is part of merge request
!2680
. Comments created here will be created in the context of that merge request.
Changes
30
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
coreapi/friend.c
+5
-4
coreapi/friend.c
coreapi/friendlist.c
+1
-0
coreapi/friendlist.c
coreapi/linphonecore.c
+5
-3
coreapi/linphonecore.c
coreapi/logging.c
+1
-0
coreapi/logging.c
coreapi/presence.c
+38
-14
coreapi/presence.c
include/linphone/FlexiAPIClient.hh
+11
-8
include/linphone/FlexiAPIClient.hh
src/FlexiAPIClient.cc
+27
-16
src/FlexiAPIClient.cc
src/account_creator/main.cpp
+4
-0
src/account_creator/main.cpp
src/c-wrapper/api/c-chat-room.cpp
+2
-0
src/c-wrapper/api/c-chat-room.cpp
src/sal/potential_config_graph.cpp
+3
-1
src/sal/potential_config_graph.cpp
tester/accountmanager.c
+1
-0
tester/accountmanager.c
tester/audio_video_conference_tester.c
+0
-9
tester/audio_video_conference_tester.c
tester/call_multicast_tester.c
+1
-1
tester/call_multicast_tester.c
tester/call_recovery_tester.c
+2
-0
tester/call_recovery_tester.c
tester/call_single_tester.c
+5
-0
tester/call_single_tester.c
tester/conference-event-tester.cpp
+1
-1
tester/conference-event-tester.cpp
tester/eventapi_tester.c
+1
-0
tester/eventapi_tester.c
tester/external_domain_tester.c
+2
-1
tester/external_domain_tester.c
tester/flexiapiclient-tester.cpp
+3
-1
tester/flexiapiclient-tester.cpp
tester/flexisip_tester.c
+4
-0
tester/flexisip_tester.c
with
117 additions
and
59 deletions
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