diff --git a/coreapi/fileplayer.c b/coreapi/fileplayer.c index 6ed5f0394..ce04456d6 100644 --- a/coreapi/fileplayer.c +++ b/coreapi/fileplayer.c @@ -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) { diff --git a/mediastreamer2 b/mediastreamer2 index e87f1b6af..a1de3d557 160000 --- a/mediastreamer2 +++ b/mediastreamer2 @@ -1 +1 @@ -Subproject commit e87f1b6af632cfca73b8ca963c8136c3f75c6f52 +Subproject commit a1de3d557f8d030207b58695a3b6350f44009eac