mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
Fix memory leak
This commit is contained in:
parent
2acee668ae
commit
f845836057
2 changed files with 2 additions and 1 deletions
|
|
@ -27,6 +27,7 @@ LinphonePlayer *linphone_core_create_file_player(LinphoneCore *lc, MSSndCard *sn
|
|||
|
||||
void file_player_destroy(LinphonePlayer *obj) {
|
||||
ms_file_player_free((MSFilePlayer *)obj->impl);
|
||||
ms_free(obj);
|
||||
}
|
||||
|
||||
static int file_player_open(LinphonePlayer *obj, const char *filename) {
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit e87f1b6af632cfca73b8ca963c8136c3f75c6f52
|
||||
Subproject commit a1de3d557f8d030207b58695a3b6350f44009eac
|
||||
Loading…
Add table
Reference in a new issue