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=0.6 required=5.0 tests=BAYES_20,INVALID_MSGID 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: "David C. Hoos, Sr." Subject: Re: Newbie in distress :-) Date: 1999/10/23 Message-ID: <7usf0h$du2$1@ash.prod.itd.earthlink.net>#1/1 X-Deja-AN: 539630815 Content-Transfer-Encoding: 7bit References: <7urnh6$4ov$1@news2.inter.net.il> X-Posted-Path-Was: not-for-mail X-Priority: 3 Content-Type: text/plain; charset="windows-1255" X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-ELN-Date: 23 Oct 1999 13:59:45 GMT X-ELN-Insert-Date: Sat Oct 23 07:05:07 1999 Organization: Ada95 Press, Inc. X-MSMail-Priority: Normal Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-10-23T00:00:00+00:00 List-Id: 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? I will appreciate if someone will send a working example of it. All memory "captured" by your program is automatically "freed" or released when the program terminates.