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
a39513ea
Commit
a39513ea
authored
1 year ago
by
Mickaël Turnel
Committed by
Andrea Gianarda
1 year ago
Browse files
Options
Download
Patches
Plain Diff
Fix memory issues
parent
2160446e
1 merge request
!2680
Fix/memory issues
Changes
45
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
config.h.cmake
+1
-0
config.h.cmake
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/api/c-payload-type.h
+2
-2
include/linphone/api/c-payload-type.h
include/linphone/flexi-api-client.h
+11
-8
include/linphone/flexi-api-client.h
src/account_creator/flexi-api-client.cpp
+27
-16
src/account_creator/flexi-api-client.cpp
src/account_creator/main.cpp
+7
-1
src/account_creator/main.cpp
src/c-wrapper/api/c-chat-room.cpp
+2
-0
src/c-wrapper/api/c-chat-room.cpp
src/c-wrapper/api/c-payload-type.cpp
+3
-3
src/c-wrapper/api/c-payload-type.cpp
src/payload-type/payload-type.cpp
+8
-7
src/payload-type/payload-type.cpp
src/payload-type/payload-type.h
+5
-2
src/payload-type/payload-type.h
src/sal/potential_config_graph.cpp
+3
-1
src/sal/potential_config_graph.cpp
tester/accountmanager.c
+1
-0
tester/accountmanager.c
tester/audio-quality-tester.cpp
+1
-1
tester/audio-quality-tester.cpp
tester/audio_video_conference_tester.c
+2
-13
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
with
126 additions
and
76 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