mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
fix memory leak.
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@525 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
aba53e8014
commit
0921199356
1 changed files with 1 additions and 0 deletions
|
|
@ -187,6 +187,7 @@ static void resample_process_ms2(MSFilter *obj){
|
|||
mblk_set_timestamp_info(om,dt->ts);
|
||||
dt->ts+=outlen;
|
||||
ms_queue_put(obj->outputs[0],om);
|
||||
freemsg(m);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue