12 Oct
2012
12 Oct
'12
11:12 a.m.
On 12 Oct 2012, at 16:04, Alan DeKok <aland@deployingradius.com> wrote:
Stefan Winter wrote:
So, something in the terminal cleanup seems wrong. It's not a big deal usually, because after all the process is going to die anyway.
It would be nice to get a valgrind output...
I'm not sure this is a sane approach, it's rather a brute fix with the axe. Anyway, trivial patch below.
<shrug> If it works...
There's some argument that it should just call exit(), rather than trying to clean anything up.
Still need to call detach so modules can close down sockets gracefully. -Arran