SocketApi: fix small leak (found with valgrind) #3369

Esse commit está contido em:
Olivier Goffart
2015-08-13 10:42:54 +02:00
commit 3238d61ef6
+1
Ver Arquivo
@@ -141,6 +141,7 @@ SocketApi::~SocketApi()
Q_ASSERT(_listeners.isEmpty() || _listeners.first()->parent() == &_localServer);
_listeners.clear();
slotClearExcludesList();
c_strlist_destroy(_excludes);
}
void SocketApi::slotClearExcludesList()