1
0
mirror of https://gitlab.xiph.org/xiph/icecast-common.git synced 2024-06-23 06:25:25 +00:00
icecast-common/avl
oddsock 830b1966b2 proper cleanup of the rwlocks in the avl trees.
This was causing some major memory leakage on win32, but was not seen
on unix.  Icecast2 on win32 is leakfree again :)

svn path=/trunk/avl/; revision=5525
2003-10-31 19:18:42 +00:00
..
.cvsignore .cvsignore is fun! 2001-09-10 03:04:11 +00:00
avl.c proper cleanup of the rwlocks in the avl trees. 2003-10-31 19:18:42 +00:00
avl.dsp Initial revision 2001-09-10 02:24:39 +00:00
avl.h Namespace cleanup: _mangle exported symbols, declare others static. 2003-07-07 01:10:14 +00:00
BUILDING Initial revision 2001-09-10 02:24:39 +00:00
COPYING Initial revision 2001-09-10 02:24:39 +00:00
Makefile.am Get everthing in make dist, and remove bitkeeper cruft 2003-07-03 12:59:06 +00:00
README Initial revision 2001-09-10 02:24:39 +00:00
test.c Brendan was getting pissed off about inconsistent indentation styles. 2003-03-15 02:10:19 +00:00
TODO Initial revision 2001-09-10 02:24:39 +00:00

this is the avl tree library.

lgpl

by sam rushing <rushing@nightmare.com>
modified by jack moffitt <jack@icecast.org>