search for: _free_client

Displaying 4 results from an estimated 4 matches for "_free_client".

2004 Aug 06
2
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 > this bug is a showstopper. Unless and until this patch is appli...
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
.../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 this patch is applied, all the others ar...
2004 Aug 06
0
Stream metadata settings
...+ ./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. Unless and...