SocketApi: fix small leak (found with valgrind) #3369
Esse commit está contido em:
@@ -141,6 +141,7 @@ SocketApi::~SocketApi()
|
||||
Q_ASSERT(_listeners.isEmpty() || _listeners.first()->parent() == &_localServer);
|
||||
_listeners.clear();
|
||||
slotClearExcludesList();
|
||||
c_strlist_destroy(_excludes);
|
||||
}
|
||||
|
||||
void SocketApi::slotClearExcludesList()
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário