Fix memory leak

This commit is contained in:
François Grisez 2014-10-02 16:52:09 +02:00
parent 2acee668ae
commit f845836057
2 changed files with 2 additions and 1 deletions

View file

@ -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