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,aa968038a51ee866,start X-Google-Attributes: gid103376,public From: David Morton Subject: Q: Ada.Unchecked_Deallocation Date: 1996/07/11 Message-ID: <31E5D4D1.11DB36E1@jinx.sckans.edu>#1/1 X-Deja-AN: 167923526 content-type: text/plain; charset=us-ascii organization: student mime-version: 1.0 newsgroups: comp.lang.ada x-mailer: Mozilla 2.01 (X11; I; Linux 2.0.0 i486) Date: 1996-07-11T00:00:00+00:00 List-Id: Quick one here... If something is created dynamically with new, is it necessary to deallocate it with Ada.Unchecked_Deallocation, or will it be removed from the heap space when the program exits? From the "C" world, I've always been taught to clean up after myself... is this necessary? It seems that usually, "Unchecked" anything in Ada is bad... Ada95, GNAT on Linux 2.0 Thanks! -- David Morton mailto:dmorton@jinx.sckans.edu http://www.sckans.edu/~dmorton/ 205 College, Winfield, KS 67156 This signature will self-destruct in 10 seconds...