commit | 1bcd315362e215a72b56d1330bbf32f1c74eefb5 | [log] [tgz] |
---|---|---|
author | Don Fry <brazilnut@us.ibm.com> | Fri Apr 29 14:51:17 2005 -0700 |
committer | Jeff Garzik <jgarzik@pobox.com> | Sun May 15 18:22:29 2005 -0400 |
tree | ceffa79b4dee4b9a489015afaad9574fed7b9742 | |
parent | 88d7bd8cb9eb8d64bf7997600b0d64f7834047c5 [diff] |
[PATCH] pcnet32: fix resource leak with loopback test When running the loopback test, resources are not properly released on completion. This patch frees all transmit resources after running the loopback test. Tested on ia32 and ppc64 hardware. Signed-off-by: Don Fry <brazilnut@us.ibm.com>