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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,64ced24a7e89252e X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!fu-berlin.de!uni-berlin.de!not-for-mail From: "Alex R. Mosteo" Newsgroups: comp.lang.ada Subject: Re: Unchecked deallocation question Date: Wed, 24 Nov 2004 18:35:59 +0100 Message-ID: <41A4C67F.5020709@mailinator.com> References: <41A4AAFF.5060407@mailinator.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de Jqv5rS6IkSByarQX1WxpVQFanulcAy4QUWq740Et4RKWkkvcU= User-Agent: Mozilla Thunderbird 0.9 (X11/20041103) X-Accept-Language: en-us, en In-Reply-To: Xref: g2news1.google.com comp.lang.ada:6426 Date: 2004-11-24T18:35:59+01:00 List-Id: Jeffrey Carter wrote: > You'd be better off having > > type Root_Access is access Root'Class; Uuuups, that's correct. That's what I wanted to ask.