diff --git a/src/ioc/db/dbChannel.c b/src/ioc/db/dbChannel.c index f87e0359b..8698b5d03 100644 --- a/src/ioc/db/dbChannel.c +++ b/src/ioc/db/dbChannel.c @@ -1,9 +1,9 @@ /*************************************************************************\ * Copyright (c) 2010 UChicago Argonne LLC, as Operator of Argonne - * National Laboratory. - * EPICS BASE is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. - \*************************************************************************/ +* National Laboratory. +* EPICS BASE is distributed subject to a Software License Agreement found +* in file LICENSE that is included with this distribution. +\*************************************************************************/ #include #include diff --git a/src/ioc/db/dbChannel.h b/src/ioc/db/dbChannel.h index f7d7c651a..34c9d073b 100644 --- a/src/ioc/db/dbChannel.h +++ b/src/ioc/db/dbChannel.h @@ -1,9 +1,9 @@ /*************************************************************************\ * Copyright (c) 2010 UChicago Argonne LLC, as Operator of Argonne - * National Laboratory. - * EPICS BASE is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. - \*************************************************************************/ +* National Laboratory. +* EPICS BASE is distributed subject to a Software License Agreement found +* in file LICENSE that is included with this distribution. +\*************************************************************************/ #ifndef INC_dbChannel_H #define INC_dbChannel_H diff --git a/src/ioc/rsrv/caservertask.c b/src/ioc/rsrv/caservertask.c index 1d0b5f3e7..ce7fef94e 100644 --- a/src/ioc/rsrv/caservertask.c +++ b/src/ioc/rsrv/caservertask.c @@ -654,6 +654,7 @@ static void destroyAllChannels ( errPrintf ( status, __FILE__, __LINE__, "asRemoveClient" ); } + dbChannelDelete(pciu->dbch); freeListFree ( rsrvChanFreeList, pciu ); } }