summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2006-08-10 18:23:08 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2011-02-27 21:09:14 +0200
commit38382864db28a166ddc3bb5b96b81180a65e27fe (patch)
tree4fada53fe1a71abfa15431e6dd457c86bff33edb
parentae958a9625d6af127e018812aba24b02e4ef3a34 (diff)
oops... one more way this function could return without calling kfree()
git-svn-id: http://svn.asterisk.org/svn/octasic_api/oct612x/trunk@7 537310ab-6354-42db-a3cc-247b777f7be6
-rw-r--r--software/octdeviceapi/oct6100api/oct6100_api/oct6100_channel.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/software/octdeviceapi/oct6100api/oct6100_api/oct6100_channel.c b/software/octdeviceapi/oct6100api/oct6100_api/oct6100_channel.c
index 1a204b2..93fb151 100644
--- a/software/octdeviceapi/oct6100api/oct6100_api/oct6100_channel.c
+++ b/software/octdeviceapi/oct6100api/oct6100_api/oct6100_channel.c
@@ -3546,9 +3546,6 @@ UINT32 Oct6100ChannelModifySer(
usNewSinTsstIndex,
usNewRoutTsstIndex,
usNewSoutTsstIndex );
- if ( ulResult != cOCT6100_ERR_OK )
- return ulResult;
-
out:
kfree(pTempChanOpen);