commit | bf17c1c7cc9250d7c3c01b0ae898aefa1853535a | [log] [tgz] |
---|---|---|
author | Roland Dreier <rolandd@cisco.com> | Mon Mar 20 10:08:25 2006 -0800 |
committer | Roland Dreier <rolandd@cisco.com> | Mon Mar 20 10:08:25 2006 -0800 |
tree | 95c534eed9c2b188c28681a87690a759c876c30c | |
parent | 6b63e3015a69dd8aa5534e23af9f132a021da02e [diff] |
IB/srp: Coverity fix to srp_parse_options() Fix leak found by Coverity: in the SRP_OPT_DGID case, srp_parse_options() didn't free the result of match_strdup(). Signed-off-by: Roland Dreier <rolandd@cisco.com>