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:
smorlat 2009-07-09 11:19:43 +00:00
parent aba53e8014
commit 0921199356

View file

@ -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);
}
}