]> git.tuebingen.mpg.de Git - paraslash.git/commit
stdin: Use buffer pools.
authorAndre Noll <maan@systemlinux.org>
Sun, 10 Jan 2010 17:40:40 +0000 (18:40 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 10 Jan 2010 17:40:40 +0000 (18:40 +0100)
commit6d92af64de5e78ded1a7cb27a88d7e10c9f576a8
treea3763ac21c564cc3f19dc7b2681423cbeeba12f0
parente3acf84bf26f2730575624b1a1d3979d84272427
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).
stdin.c
stdin.h