Make ellFree() a 1-argument macro, calls ellFree2() with free as freeFunc.

This commit is contained in:
Andrew Johnson
2009-08-28 18:34:38 +00:00
parent f17ac39f29
commit 534ca2c86e
5 changed files with 9 additions and 11 deletions
+1 -1
View File
@@ -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);