Path: utzoo!attcan!uunet!samsung!aplcen!haven!adm!xadmx!6600putz%ucsbuxa@hub.ucsb.edu From: 6600putz%ucsbuxa@hub.ucsb.edu Newsgroups: comp.lang.pascal Subject: TP Dynamic variable disposal Message-ID: <21510@adm.BRL.MIL> Date: 21 Nov 89 23:56:39 GMT Sender: news@adm.BRL.MIL Lines: 10 Does Turbo Pascal (TP compiled programs) automatically dispose of all dynamically allocated memory created during execution of the program, or do I, the programmer, have to manually dispose of this memory, at the end of the program? I have a linked-list set up and of course wish to dispose of all the memory allocated to its use at the close of my program after saving the data file. If this is in the manual, I missed it... Scott Kral UCSB