From 38382864db28a166ddc3bb5b96b81180a65e27fe Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Thu, 10 Aug 2006 18:23:08 +0000 Subject: 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 --- software/octdeviceapi/oct6100api/oct6100_api/oct6100_channel.c | 3 --- 1 file changed, 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); -- cgit v1.2.3