diff -r a4193f7ba5b4 -r 7a43437bc48b master/master.c --- a/master/master.c Wed Oct 18 13:19:21 2006 +0000 +++ b/master/master.c Thu Oct 19 14:05:56 2006 +0000 @@ -218,6 +218,8 @@ } EC_INFO("Master %i cleared.\n", master->index); + + kfree(master); } /*****************************************************************************/