free mutex

This commit is contained in:
Marty Kraimer
2000-09-26 12:53:28 +00:00
parent 15abf72fa6
commit 7e197541bd

View File

@@ -170,6 +170,7 @@ epicsShareFunc void epicsShareAPI freeListCleanup(void *pvt)
free(phead);
phead = pnext;
}
semMutexDestroy(pfl->lock);
free(pvt);
}