Bochs/bochs/gui
Bryce Denney 375fcf648b - plug up some memory leaks in wxWindows code, with help from Valgrind
- MyPanel::blankCursor
  - MyFrame::panel
  - AdvancedLogOptions::action (2d array of wxChoice *'s)
  - ParamDialog::idHash, ParamDialog::paramHash, and ParamStructs
  - file dialog in BrowseTextCtrl
- fix illegal use of a wxObject.  I had been clearing the ParamStruct
  with memset(), but I forgot that ParamStruct was a subclass of wxObject
  so I was trashing the wxObject fields too!  Instead I created a
  ParamStruct constructor that clears the pointers to NULL.
- comment out debug output from AdvancedLogOptionsDialog::SetAction
- modified files: gui/wx.cc gui/wxdialog.cc gui/wxdialog.h
  gui/wxmain.cc gui/wxmain.h
2002-09-20 21:25:09 +00:00
..
bitmaps
keymaps
amigagui.h
amigaos.cc
beos.cc
carbon.cc
control.cc
control.h
gui.cc
gui.h
icon_bochs.h
keymap.cc
keymap.h
macintosh.cc
Makefile.in
nogui.cc
rfb.cc
rfb.h
rfbproto.h
sdl.cc
sdl.h
siminterface.cc
siminterface.h
term.cc
win32.cc
wx.cc - plug up some memory leaks in wxWindows code, with help from Valgrind 2002-09-20 21:25:09 +00:00
wxdialog.cc - plug up some memory leaks in wxWindows code, with help from Valgrind 2002-09-20 21:25:09 +00:00
wxdialog.h - plug up some memory leaks in wxWindows code, with help from Valgrind 2002-09-20 21:25:09 +00:00
wxmain.cc - plug up some memory leaks in wxWindows code, with help from Valgrind 2002-09-20 21:25:09 +00:00
wxmain.h - plug up some memory leaks in wxWindows code, with help from Valgrind 2002-09-20 21:25:09 +00:00
x.cc