Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
b34d5bd9
Commit
b34d5bd9
authored
Sep 09, 2014
by
Simon Morlat
Browse files
fix double free
parent
59258bb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
tester/message_tester.c
tester/message_tester.c
+0
-1
No files found.
tester/message_tester.c
View file @
b34d5bd9
...
...
@@ -77,7 +77,6 @@ void file_transfer_received(LinphoneCore *lc, LinphoneChatMessage *message, cons
if
(
size
==
0
)
{
/* tranfer complete */
stats
*
counters
=
get_stats
(
lc
);
linphone_chat_room_destroy
(
linphone_chat_message_get_chat_room
(
message
));
linphone_chat_message_destroy
(
message
);
counters
->
number_of_LinphoneMessageExtBodyReceived
++
;
fclose
(
file
);
}
else
{
/* store content on a file*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment