From: Archie Cobbs (archie@whistle.com)
Date: Wed Feb 17 1999 - 21:06:41 EST
Another bug.. ?
Index: locks.c
===================================================================
RCS file: /cvs/mod/net/kaffe/kaffe/kaffevm/locks.c,v
retrieving revision 1.1.1.3.2.6
diff -u -r1.1.1.3.2.6 locks.c
--- locks.c 1999/02/17 01:26:01 1.1.1.3.2.6
+++ locks.c 1999/02/18 02:07:08
@@ -78,7 +78,7 @@
nameNativeThread(blocked[i]),
(i < nblocked - 1) ? ' ' : '\n');
}
- KFREE(blocked); /* use thread deallocator here */
+ /* free(blocked); */
} else {
fprintf(stderr, "\n");
}
-Archie
___________________________________________________________________________
Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com
This archive was generated by hypermail 2b29 : Sat Sep 23 2000 - 19:58:10 EDT