Make ellFree() a 1-argument macro, calls ellFree2() with free as freeFunc.
This commit is contained in:
+1
-1
@@ -613,7 +613,7 @@ static void dbBkptCont(dbCommon *precord)
|
||||
--lset_stack_count;
|
||||
|
||||
/* free entrypoint queue */
|
||||
ellFree(&pnode->ep_queue, free);
|
||||
ellFree(&pnode->ep_queue);
|
||||
|
||||
/* remove execution semaphore */
|
||||
epicsEventDestroy(pnode->ex_sem);
|
||||
|
||||
Reference in New Issue
Block a user