| Re: [AD] more about memory leaks |
[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]
In reply to Eric Botcazou <ebotcazou@xxxxxxxxxx>:
>But in allegro.c
>(btw, do you understand lines 383-384 ?)
This calls the first exit function in the linked list of exit functions.
Each exit function should then call remove_exit_function() to remove
itself from the list, updating the global variable `exit_func_list' to
point to the next exit function (or 0, if the list has been totally
processed). ;-)
Bye for now,
--
Laurence Withers, lwithers@xxxxxxxxxx
http://www.lwithers.demon.co.uk/
Attachment:
signature.asc
Description: PGP signature
| Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |