mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
MOre calls to DESTROYLOCK
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: app.c,v 1.24 2000/08/25 18:58:35 bwelling Exp $ */
|
||||
/* $Id: app.c,v 1.25 2000/08/26 01:31:53 bwelling Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
@@ -452,5 +452,5 @@ isc_app_finish(void) {
|
||||
* Finish an ISC library application.
|
||||
*/
|
||||
|
||||
(void)isc_mutex_destroy(&lock);
|
||||
DESTROYLOCK(&lock);
|
||||
}
|
||||
|
Reference in New Issue
Block a user