summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
a4f539e)
Alas, `selbuf_enable' can invoke its per-line function, in this case
`client_line', immediately. So we need to make sure we've detached this
proxy structure before that happens: if we do it afterwards, we risk
clobbering any new proxy that `client_line' has acquired in the
meantime.
selbuf_destroy(&px->b);
free_writebuf(&px->wb);
}
selbuf_destroy(&px->b);
free_writebuf(&px->wb);
}
- selbuf_enable(&px->c->b);
+ selbuf_enable(&px->c->b);