patch-2.2.15 linux/drivers/net/eql.c

Next file: linux/drivers/net/hamradio/baycom_epp.c
Previous file: linux/drivers/net/epic100.c
Back to the patch index
Back to the overall index

diff -u --new-file --recursive --exclude-from ../../exclude v2.2.14/drivers/net/eql.c linux/drivers/net/eql.c
@@ -1030,6 +1030,8 @@
 
 void cleanup_module(void)
 {
+	kfree(((equalizer_t *)dev_eql.priv)->stats );
+	kfree(dev_eql.priv);
 	unregister_netdev(&dev_eql);
 }
 #endif /* MODULE */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)