mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-14 00:35:11 +00:00
[MOD] Hash-based name conflict resolution
Still basic, but should prevent basic name issues.
This commit is contained in:
parent
c0c13883d1
commit
59cbd8b22d
11 changed files with 147 additions and 109 deletions
|
|
@ -199,8 +199,11 @@ XMPPEndCompStream(XMPPComponent *comp)
|
|||
{
|
||||
return;
|
||||
}
|
||||
pthread_mutex_destroy(&comp->write_lock);
|
||||
pthread_mutex_lock(&comp->write_lock);
|
||||
StreamClose(comp->stream);
|
||||
comp->stream = NULL;
|
||||
pthread_mutex_unlock(&comp->write_lock);
|
||||
pthread_mutex_destroy(&comp->write_lock);
|
||||
Free(comp->host);
|
||||
Free(comp);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue