From 7a01eaff4ce6382b46315b2b0c744d05ebe8ca7b Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 8 May 1998 00:20:56 +0000 Subject: [PATCH] added missing call to freeListCleanup() --- src/ca/vxWorks_depen.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ca/vxWorks_depen.c b/src/ca/vxWorks_depen.c index c4630cb92..727f497a1 100644 --- a/src/ca/vxWorks_depen.c +++ b/src/ca/vxWorks_depen.c @@ -29,6 +29,9 @@ * Modification Log: * ----------------- * $Log$ + * Revision 1.36 1998/05/05 16:07:59 jhill + * Use lock macros and task variable in ca_extra_event_labor() + * * Revision 1.35 1998/04/13 19:14:35 jhill * fixed task variable problem * @@ -420,6 +423,7 @@ int ca_task_initialize () status = cac_add_task_variable (pcas); if (status != ECA_NORMAL) { + freeListCleanup (pcas->ca_dbMonixFreeList); semDelete (pcas->ca_client_lock); semDelete (pcas->ca_putNotifyLock); semDelete (pcas->ca_io_done_sem);