• Daniel Ritz's avatar
    [PATCH] fix ne2k-pci memleak · e2362156
    Daniel Ritz authored
    ne2k-pci leaks memory on unload. dev->priv is allocated in ethdev_init(), but
    never freed. against 2.4-bk, but also applies to 2.5-bk with offset.
    e2362156
ne2k-pci.c 19.5 KB