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 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,910c51d316d0d640 X-Google-Attributes: gid103376,public From: "John Duncan" Subject: Re: Freeing a dynamically allocated object Date: 1999/07/09 Message-ID: <7m5edq$qec$1@usenet01.srv.cis.pitt.edu>#1/1 X-Deja-AN: 499193516 References: <7m2b39$bvu$1@nnrp1.deja.com> X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Organization: University of Pittsburgh X-MSMail-Priority: Normal Newsgroups: comp.lang.ada Date: 1999-07-09T00:00:00+00:00 List-Id: If you use AppletMagic, garbage collection is automatically provided. That is the safest way to deallocate unused objects. Despite the fact that the standard allows for (and encourages, in my opinion) GC, I do not know of any major vendors who support it. -John