Mike Nordell's change: delete -> delete[].
CVS: ----------------------------------------------------------------------
CVS: Enter Log.  Lines beginning with `CVS:' are removed automatically
CVS: 
CVS: Committing in .
CVS: 
CVS: Modified Files:
CVS:    src/af/ev/unix/ev_UnixKeyboard.cpp 
CVS: ----------------------------------------------------------------------


On Mon, 14 May 2001, Mike Nordell wrote:

> [keyboard, SEGV and bad heaps]
> 
> Once again the error is obvious:
> 
> Use matching delete operator:
> 
> 
> new -> delete
> new[] -> delete[]
> 
> 
> /Mike
> 
> 
> 


Reply via email to