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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,13d6cd0af0d0d769 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-03-27 09:29:38 PST Path: nntp.gmd.de!news.rwth-aachen.de!news.rhrz.uni-bonn.de!news.uni-stuttgart.de!rz.uni-karlsruhe.de!xlink.net!howland.reston.ans.net!agate!boulder!news.coop.net!news.den.mmc.com!iplmail.orl.mmc.com!usenet From: Theodore Dennison Newsgroups: comp.lang.ada Subject: Re: Does memory leak? Date: 27 Mar 1995 14:01:10 GMT Organization: IPL InterNetNews site Message-ID: <3l6gf6$h05@theopolis.orl.mmc.com> References: <3kopao$ekg@nef.ens.fr> <3kql6c$1b3@porte-de-st-ouen.ics.uci.edu> <3kuba0$8kd@gnat.cs.nyu.edu> NNTP-Posting-Host: payday.orl.mmc.com Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit To: dewar@cs.nyu.edu X-URL: news:3kuba0$8kd@gnat.cs.nyu.edu Date: 1995-03-27T14:01:10+00:00 List-Id: Perhaps I'm missing something here...what exactly is wrong with using UNCHECKED_DEALLOCATION? I mean, if you don't deallocate what you allocate, your program will leak memory no matter what language it is written in. This isn't an Ada issue, it's an issue of sloppy coding. T.E.D.