Path: utzoo!attcan!uunet!mcvax!kth!draken!d87-jse From: d87-jse@nada.kth.se (Joakim Sernbrant) Newsgroups: comp.lang.pascal Subject: Re: Pointers.. Message-ID: <1150@draken.nada.kth.se> Date: 1 Jun 89 21:48:26 GMT References: <3398@westfort.UUCP> <8835@phoenix.Princeton.EDU> <16969@swrinde.nde.swri.edu> Reply-To: d87-jse@nada.kth.se (Joakim Sernbrant) Organization: Royal Institute of Technology, Stockholm, Sweden Lines: 16 Talking about pointers, is there any reason why I shouldn't do this on a PC running DOS without multitasking: while p <> nil do begin dispose(p); p := p^.next; end; ??? I understand that with multitasking (OS/2 ?), an other process might get the released memory before I get to assign p, but what about DOS ? -- -- Joakim Sernbrant, Royal Institute of Technology, Stockholm, Sweden -- Internet: d87-jse@nada.kth.se --