From ca6126a4d2def180183ae86e626dd138c4a14ebe Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Tue, 20 Jan 2009 23:26:38 -0700 Subject: Fixed a double free error created by not deleting the older add methods from the help window. Signed-off-by: Ira Rice --- src/gui/help.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/gui/help.cpp b/src/gui/help.cpp index 2cda898a..cd249943 100644 --- a/src/gui/help.cpp +++ b/src/gui/help.cpp @@ -50,9 +50,6 @@ HelpWindow::HelpWindow(): mBrowserBox->setLinkHandler(this); - add(mScrollArea); - add(okButton); - place(0, 0, mScrollArea, 5, 3).setPadding(3); place(4, 3, okButton); -- cgit v1.2.3-70-g09d2