projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccf3507
)
Fix IOCHAN destruction
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 22 Feb 2010 15:08:33 +0000
(16:08 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 22 Feb 2010 15:08:33 +0000
(16:08 +0100)
A new error was introduced approx 10 minutes ago.
src/eventl.c
patch
|
blob
|
history
diff --git
a/src/eventl.c
b/src/eventl.c
index
a343e93
..
d8d3536
100644
(file)
--- a/
src/eventl.c
+++ b/
src/eventl.c
@@
-265,9
+265,9
@@
static int event_loop(iochan_man_t man, IOCHAN *iochans)
{
*nextp = p->next;
xfree(p);
- break;
}
- nextp = &p->next;
+ else
+ nextp = &p->next;
}
}
while (*iochans);