[xiph-cvs] cvs commit: avl avl.c

Michael Smith msmith at xiph.org
Thu Dec 4 16:46:28 PST 2003



On Friday 05 December 2003 03:27, Ed wrote:
> oddsock     03/12/04 11:27:30
>
>   Modified:    .        avl.c
>   Log:
>   Remove explicit exit() calls...this was possibly causing some cases of
> immediate UI termination without any messages...
>

Err... Don't just remove those, they're neccesary internal consistency checks 
- if they're failing, that means something is going really, badly, horribly 
wrong. So this change is (at best) just papering over a critical failure 
elsewhere.

Replacing them with an abort() or assert() would be reasonable, though - just 
exiting normally is obviously bad.

Mike

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list