From: Martin Hořeňovský Date: Wed, 21 Aug 2013 14:31:49 +0000 (+0200) Subject: Commit fixing that threads not cleaning up after themselves. X-Git-Tag: fix-allnoconfig~157 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/b3c271b232e8f73e50efb422b844167550267024?hp=b3c271b232e8f73e50efb422b844167550267024 Commit fixing that threads not cleaning up after themselves. As it turns out, I forgot to uncomment lines detaching the GW threads, so that as they are cancelled they can automatically call clean up handlers. This also fixes related bug, where messages sent to the board after the gw was activated and deactivated, are delivered once gw is activated again. (Unless the whole board was reset in the meantime.) ---