Date: Thu, 4 Feb 1999 13:31:31 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: is05562 AT salleURL DOT edu cc: djgpp AT delorie DOT com Subject: Re: keyboard handler... In-Reply-To: <796eor$ja$1@pedraforca.cesca.es> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On 2 Feb 1999 is05562 AT salleURL DOT edu wrote: > BTW also, a new doubt came to me... If I "allocate" an IRET wrapper, MUST I > deallocate it explicitly? If you only allocate it once, and use the handler until the program exits, then you don't need to bother. It is deallocated automatically for you when the program exits.