chiark / gitweb /
slip: Do not malloc the userv activation context etc.
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 22 Sep 2014 14:40:40 +0000 (15:40 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 27 Sep 2014 12:32:32 +0000 (13:32 +0100)
commit6ab18f570285728b7e037185575a97466dea1f5e
treed3da9ccb8ed764371dd09a60f64e3c4c3a8a8233
parent845e3f43fd5678a68d97a0919f8955af164ec69b
slip: Do not malloc the userv activation context etc.

This is unnecessary, as its lifetime does not exceed that of the stack
frame.  Replace all the fixed-size malloc/free pairs with local
variables.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
slip.c