Make ellFree() a 1-argument macro, calls ellFree2() with free as freeFunc.
This commit is contained in:
@@ -3,8 +3,7 @@
|
||||
* National Laboratory.
|
||||
* Copyright (c) 2002 The Regents of the University of California, as
|
||||
* Operator of Los Alamos National Laboratory.
|
||||
* EPICS BASE Versions 3.13.7
|
||||
* and higher are distributed subject to a Software License Agreement found
|
||||
* EPICS BASE is distributed subject to a Software License Agreement found
|
||||
* in file LICENSE that is included with this distribution.
|
||||
\*************************************************************************/
|
||||
/*epicsExit.c*/
|
||||
@@ -52,7 +51,7 @@ static epicsThreadPrivateId exitPvtPerThread = 0;
|
||||
|
||||
static void destroyExitPvt ( exitPvt * pep )
|
||||
{
|
||||
ellFree ( &pep->list, free );
|
||||
ellFree ( &pep->list );
|
||||
free ( pep );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user