]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
Avoid leaking data_buf in mod_conference
authorTravis Cross <tc@traviscross.com>
Fri, 2 May 2014 03:38:14 +0000 (03:38 +0000)
committerTravis Cross <tc@traviscross.com>
Fri, 2 May 2014 03:48:10 +0000 (03:48 +0000)
commitfc40e4ab79bd0a575c52cb5d1d7985ef53cdcd51
tree7e017078a659166d25db52e6095c3e942cdbe3b4
parent64c678f17a4c846342c1282763579c3b0266bc4e
Avoid leaking data_buf in mod_conference

When we couldn't acquire the rwlock on the conference we were leaking
a buffer we just allocated.  On a 48k/10ms conference we would leak
960 bytes per attempt.
src/mod/applications/mod_conference/mod_conference.c