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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.52.190.163 with SMTP id gr3mr22490321vdc.3.1409737085570; Wed, 03 Sep 2014 02:38:05 -0700 (PDT) X-Received: by 10.140.82.81 with SMTP id g75mr32971qgd.12.1409737085448; Wed, 03 Sep 2014 02:38:05 -0700 (PDT) Path: border1.nntp.dca1.giganews.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!dc16no770284qab.1!news-out.google.com!q8ni10qal.1!nntp.google.com!m5no5406265qaj.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 3 Sep 2014 02:38:05 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=75.178.36.13; posting-account=bDZo8goAAADwRO71ouDFRMCIZ96XBCK3 NNTP-Posting-Host: 75.178.36.13 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <479b2efe-0238-4b2a-8b05-cb1a0b4a57e5@googlegroups.com> Subject: newbie: can't read fast enough... :-) memory leaks... From: gdotone@gmail.com Injection-Date: Wed, 03 Sep 2014 09:38:05 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.dca.giganews.com comp.lang.ada:188827 Date: 2014-09-03T02:38:05-07:00 List-Id: i know i'll get there, currently in chapter 3, of Ada 95 PSPD, anyway, can Ada code have/produce memory leaks? well, maybe not "can" it but, does Ada, natively prevent memory leaks? like, C seems to leak all over the place, if not managed correctly by the programmer.