Dolda2000 GitWeb
/
doldaconnect.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb972e8
)
Close UI sockets immediately from freeuidata.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Wed, 13 Feb 2008 04:01:18 +0000
(
05:01
+0100)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Wed, 13 Feb 2008 04:01:18 +0000
(
05:01
+0100)
daemon/ui.c
patch
|
blob
|
blame
|
history
diff --git
a/daemon/ui.c
b/daemon/ui.c
index
9604a93
..
21f387e
100644
(file)
--- a/
daemon/ui.c
+++ b/
daemon/ui.c
@@
-1548,6
+1548,7
@@
static void freeuidata(struct uidata *data)
actives = data->next;
data->sk->readcb = NULL;
data->sk->errcb = NULL;
+ closesock(data->sk);
putsock(data->sk);
while((qcmd = unlinkqcmd(data)) != NULL)
freequeuecmd(qcmd);