[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r2406: Fixed Segmentation fault (vidalia/branches/hidden-services/src/vidalia/config)
Author: borkdomenik
Date: 2008-03-13 20:07:09 -0400 (Thu, 13 Mar 2008)
New Revision: 2406
Modified:
vidalia/branches/hidden-services/src/vidalia/config/servicepage.cpp
Log:
Fixed Segmentation fault
Modified: vidalia/branches/hidden-services/src/vidalia/config/servicepage.cpp
===================================================================
--- vidalia/branches/hidden-services/src/vidalia/config/servicepage.cpp 2008-03-13 22:38:34 UTC (rev 2405)
+++ vidalia/branches/hidden-services/src/vidalia/config/servicepage.cpp 2008-03-14 00:07:09 UTC (rev 2406)
@@ -20,12 +20,11 @@
#include "servicelist.h"
/** TODO
* size of the window exoanding
- * communikation with tor controller seems not to work, yet */
- /** FIXME
- * bug when the first service should be published, the other values of the other service are
- * missing when the service window appears next time */
+ * communication with tor controller seems not to work, yet
+ * ensure that every serviced has a unique directory path*/
+
/** Constructor */
ServicePage::ServicePage(QWidget *parent)
: ConfigPage(parent, tr("Services"))
@@ -61,7 +60,6 @@
/** Destructor */
ServicePage::~ServicePage()
{
- delete _torControl;
delete _serviceSettings;
}