commit -- plugged leak


Subject: commit -- plugged leak
From: Paul Rohr (paul@abisource.com)
Date: Thu Mar 02 2000 - 11:57:39 CST


Made EV_Keyboard destructors virtual to plug leak in platform code.

  M src/af/ev/beos/ev_BeOSKeyboard.cpp
  M src/af/ev/beos/ev_BeOSKeyboard.h
  M src/af/ev/mac/ev_MacKeyboard.cpp
  M src/af/ev/mac/ev_MacKeyboard.h
  M src/af/ev/qnx/ev_QNXKeyboard.cpp
  M src/af/ev/qnx/ev_QNXKeyboard.h
  M src/af/ev/unix/ev_UnixKeyboard.cpp
  M src/af/ev/unix/ev_UnixKeyboard.h
  M src/af/ev/win/ev_Win32Keyboard.cpp
  M src/af/ev/win/ev_Win32Keyboard.h
  M src/af/ev/xp/ev_Keyboard.cpp
  M src/af/ev/xp/ev_Keyboard.h

Prior to yesterday's AF patch, the child destructor was being invoked
directly as needed. Now that we're using the parent class, it needed to be
virtual. No biggie.

Paul



This archive was generated by hypermail 2b25 : Thu Mar 02 2000 - 11:52:13 CST