On Wed, 24 Nov 2010 23:40:03 +0100, Goswin von Brederlow wrote: > > In case of custom blocks and finalize function I believe this to be an > error. Managing resources that the OS does not free (IPC tokens, > tempfiles, ...) is made much harder due to this.
You also have "at_exit" and weak pointers which can help you to do that. Best, C. _______________________________________________ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list Archives: http://caml.inria.fr Beginner's list: http://groups.yahoo.com/group/ocaml_beginners Bug reports: http://caml.inria.fr/bin/caml-bugs
