master/master.c
changeset 418 7a43437bc48b
parent 415 0918aa9bfd0b
child 430 74754f45d5fa
--- 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);
 }
 
 /*****************************************************************************/