master/slave.c
changeset 418 7a43437bc48b
parent 416 4f007cd2a79d
child 419 cf724fc82a00
--- a/master/slave.c	Wed Oct 18 13:19:21 2006 +0000
+++ b/master/slave.c	Thu Oct 19 14:05:56 2006 +0000
@@ -234,6 +234,8 @@
 
     if (slave->eeprom_data) kfree(slave->eeprom_data);
     if (slave->new_eeprom_data) kfree(slave->new_eeprom_data);
+
+    kfree(slave);
 }
 
 /*****************************************************************************/