From ddce48cadf17ad0b75d6c57062106b700a73d738 Mon Sep 17 00:00:00 2001 From: rpj Date: Sat, 11 Sep 1999 10:53:22 +0000 Subject: Sat Sep 10 12:56:13 1999 Ross Johnson * mutex.c (pthread_mutex_destroy): Don't free mutex memory if mutex is PTHREAD_MUTEX_INITIALIZER and has not been initialised yet. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 49dc36c..7309f0d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sat Sep 10 12:56:13 1999 Ross Johnson + + * mutex.c (pthread_mutex_destroy): Don't free mutex memory + if mutex is PTHREAD_MUTEX_INITIALIZER and has not been + initialised yet. + Wed Sep 8 12:56:13 1999 Ross Johnson * mutex.c (pthread_mutex_destroy): Free mutex memory. -- cgit v1.2.3