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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user