ecere/gui/Window: Fixed leaks when switching mode in GuiApplication::Init()
authorJerome St-Louis <jerome@ecere.com>
Fri, 11 Apr 2014 06:53:06 +0000 (02:53 -0400)
committerJerome St-Louis <jerome@ecere.com>
Fri, 11 Apr 2014 06:53:06 +0000 (02:53 -0400)
commitd85de44b42286f05fc60ebcea60f16d24337f34e
tree3e8373bd437e9b668646449427d3d46c15769efc
parent0cbc3e835666478e32a3c195895fb403fa78a59f
ecere/gui/Window: Fixed leaks when switching mode in GuiApplication::Init()
- A complex pathway implicating the ToolTip class was causing memory leaks when the IDE was switched to OpenGL mode
  A 'display' was being assigned to the uncreated windows.
ecere/src/gui/Window.ec
ide/src/ide.ec