From: Mark Wooding Date: Mon, 22 Dec 2014 20:32:58 +0000 (+0000) Subject: yaid.c: Delay destruction of selbuf objects. X-Git-Tag: 1.0.3~3 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/yaid/commitdiff_plain/cbdfc91ee3dba8f1512ea4387643f51b5f63e404?ds=sidebyside;hp=cbdfc91ee3dba8f1512ea4387643f51b5f63e404 yaid.c: Delay destruction of selbuf objects. It's not safe to destroy them from inside the per-line callback function, so make chains of defunct objects and arrange to destroy them properly in the main loop. ---