search for: avl_tree_free

Displaying 8 results from an estimated 8 matches for "avl_tree_free".

2004 Aug 06
2
Stream metadata settings
...e.c > --- ../icecast/src/source.c Fri Nov 14 17:51:59 2003 > +++ ./src/source.c Mon Dec 1 09:14:34 2003 > @@ -139,7 +192,6 @@ > #endif > > free(source->mount); > - free(source->fallback_mount); > client_destroy(source->client); > avl_tree_free(source->pending_tree, _free_client); > avl_tree_free(source->client_tree, _free_client); > > > This is the patch and without it, anything using fallbacks will fail > miserably. It is the prerequisite for almost all other patches, because > this bug is a showstopper...
2004 Aug 06
7
Stream metadata settings
> IMHO, a system like Icecast should be made so highly configurable that it > would fit everyone's needs, but I get the impression that only the needs of > the principal developers are of interest here. It makes me sad to see this, > Icecast could be great instead of just being good. > Melanie, As one of the 'principal developers', I don't think this is fair. Of
2004 Aug 06
0
Stream metadata settings
...m=ignore ../icecast/src/source.c ./src/source.c --- ../icecast/src/source.c Fri Nov 14 17:51:59 2003 +++ ./src/source.c Mon Dec 1 09:14:34 2003 @@ -139,7 +192,6 @@ #endif free(source->mount); - free(source->fallback_mount); client_destroy(source->client); avl_tree_free(source->pending_tree, _free_client); avl_tree_free(source->client_tree, _free_client); <p>This is the patch and without it, anything using fallbacks will fail miserably. It is the prerequisite for almost all other patches, because this bug is a showstopper. Unless and until thi...
2004 Aug 06
0
Stream metadata settings
...Fri Nov 14 17:51:59 2003 > > +++ ./src/source.c Mon Dec 1 09:14:34 2003 > > @@ -139,7 +192,6 @@ > > #endif > > > > free(source->mount); > > - free(source->fallback_mount); > > client_destroy(source->client); > > avl_tree_free(source->pending_tree, _free_client); > > avl_tree_free(source->client_tree, _free_client); > > > > > > This is the patch and without it, anything using fallbacks will fail > > miserably. It is the prerequisite for almost all other patches, because > >...
2004 Aug 06
0
icecast2 on solaris ... (fwd)
...function `avl_tree_new': avl.c:64: `t' undeclared (first use in this function) avl.c:64: parse error before `)' avl.c:69: `root' undeclared (first use in this function) avl.c:69: parse error before `)' avl.c: At top level: avl.c:85: parse error before `*' avl.c: In function `avl_tree_free_helper': avl.c:87: `node' undeclared (first use in this function) avl.c:88: `free_key_fun' undeclared (first use in this function) avl.c:90: `free_key_fun' used prior to declaration avl.c: At top level: avl.c:98: parse error before `*' avl.c: In function `avl_tree_free': avl...
2004 Aug 06
2
My turn to have issues with compiling libshout
...c:66: `t' undeclared (first use in this function) avl.c:66: syntax error before ')' token avl.c:71: `root' undeclared (first use in this function) avl.c:71: syntax error before ')' token avl.c: At top level: avl.c:87: syntax error before '*' token avl.c: In function `avl_tree_free_helper': avl.c:89: `node' undeclared (first use in this function) avl.c:90: `free_key_fun' undeclared (first use in this function) avl.c:92: `free_key_fun' used prior to declaration avl.c: At top level: avl.c:100: syntax error before '*' token avl.c: In function `avl_tree_fr...
2004 Aug 06
1
Compile errors
...`t' undeclared (first use in this function) avl.c:64: parse error before `)' avl.c:69: `root' undeclared (first use in this function) avl.c:69: parse error before `)' avl.c:69: invalid lvalue in assignment avl.c: At top level: avl.c:85: parse error before `*' avl.c: In function `avl_tree_free_helper': avl.c:87: `node' undeclared (first use in this function) avl.c:88: `free_key_fun' undeclared (first use in this function) avl.c:90: `free_key_fun' used prior to declaration avl.c: At top level: avl.c:98: parse error before `*' avl.c: In function `avl_tree_free': avl...
2010 Jul 30
33
[PATCHES] Smartjog PatchDump
Hello, I work at SmarctJog.com, we have here some patches on IceCast for performance and reliability, these are mostly client/connection/source cleanups (a slave merge is underway, and some more good stuff (c)), but we'd like this to be merged in before the list gets any longer. Please find attached a list of our patches with a short desc: This one is actually not from us/me, it was found