commit | 308c813b19cb676df7e5e70b5f014fa56e918677 | [log] [tgz] |
---|---|---|
author | Mike Marciniszyn <mike.marciniszyn@intel.com> | Wed Jul 03 13:50:28 2013 -0400 |
committer | Roland Dreier <roland@purestorage.com> | Thu Jul 11 16:46:44 2013 -0700 |
tree | 7bb6d1374a85233db10e4e30212710c4c814eefc | |
parent | 22baa407f9e67636a3fd740a552f8f5e06cf8db5 [diff] |
IB/qib: Fix module-level leak The vzalloc()'ed field physshadow is leaked on module unload. This patch adds vfree after the sibling page shadow is freed. Reported-by: Dean Luick <dean.luick@intel.com> Reviewed-by: Dean Luick <dean.luick@intel.com> Signed-off-by: Mike Marciniszyn <mike.marciniszyn@intel.com> Signed-off-by: Roland Dreier <roland@purestorage.com>