forked from mirrors/linphone-iphone
fix memory leak
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@114 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
3f6d008b61
commit
86671fa980
1 changed files with 1 additions and 0 deletions
|
|
@ -680,6 +680,7 @@ static void * alsa_write_thread(void *p){
|
|||
{
|
||||
ms_warning("nothing to read");
|
||||
//ms_warning("Fail to read samples %i", count);
|
||||
freemsg(om); /* leak fixed */
|
||||
continue;
|
||||
}
|
||||
//ms_warning(" read %i", err);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue