Avoid memory management in FrontendNet::stop
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 2 Jul 2012 13:53:02 +0000 (15:53 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 2 Jul 2012 13:53:02 +0000 (15:53 +0200)
Using free in a signal handler may cause a dead lock.. This patch
makes the stop handler set a stop flag and do "stop listening" work
in main thread.


No differences found