From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: * X-Spam-Status: No, score=1.3 required=5.0 tests=BAYES_00,INVALID_MSGID, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c7ec20d43aed6e2c X-Google-Attributes: gid103376,public From: Ted Dennison Subject: Re: Newbie in distress :-) Date: 1999/10/25 Message-ID: <7v1ogs$4v8$1@nnrp1.deja.com>#1/1 X-Deja-AN: 540311034 References: <7urnh6$4ov$1@news2.inter.net.il> <7usf0h$du2$1@ash.prod.itd.earthlink.net> X-Http-Proxy: 1.0 x26.deja.com:80 (Squid/1.1.22) for client 204.48.27.130 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Mon Oct 25 14:12:48 1999 GMT X-MyDeja-Info: XMYDJUIDtedennison Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.6 [en] (WinNT; I) Date: 1999-10-25T00:00:00+00:00 List-Id: In article <7usf0h$du2$1@ash.prod.itd.earthlink.net>, "David C. Hoos, Sr." wrote: > > Guy Cohen wrote in message > news:7urnh6$4ov$1@news2.inter.net.il... >> How do I free the memory captured by my program by using linked lists >> at the end of the program? > All memory "captured" by your program is automatically "freed" or > released when the program terminates. If we are talking heap (and not stack) here, that's not nessecarily true. It depends on your OS (so it isn't really an Ada issue). vxWorks doesn't work that way. I suspect many of the other "small" OS'es that have Ada compilers on them are the same way (DOS, psos, AmigaDOS, etc.). -- T.E.D. Sent via Deja.com http://www.deja.com/ Before you buy.