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
- Lines: 9
- Date:
Fri Apr 21 12:46:17 2000
- Orig file:
v2.2.14/drivers/net/eql.c
- Orig date:
Sat Aug 14 02:27:28 1999
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)