1
0
mirror of https://github.com/KDE/krfb synced 2026-07-01 07:41:17 -07:00

Don't delete config twice.

svn path=/trunk/kdenetwork/krfb/; revision=169871
This commit is contained in:
Waldo Bastian
2002-07-31 23:44:42 +00:00
parent 814baa7674
commit 62ce6c1df0

View File

@@ -307,10 +307,7 @@ QString PortListener::name() {
PortListener::~PortListener() {
setServiceRegistrationEnabledInternal(false);
if (m_socket)
delete m_socket;
if (m_config)
delete m_config;
delete m_socket;
}