From: Andre Noll Date: Sun, 10 Jan 2010 17:40:40 +0000 (+0100) Subject: stdin: Use buffer pools. X-Git-Tag: v0.4.2~168 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=6d92af64de5e78ded1a7cb27a88d7e10c9f576a8;hp=6d92af64de5e78ded1a7cb27a88d7e10c9f576a8;p=paraslash.git stdin: Use buffer pools. This introduces a memory leak to be fixed in a subsequent patch (the buffer pool can not be freed in post_select() because there might still be references to its area). ---