K 10 svn:author V 2 bz K 8 svn:date V 27 2020-11-05T11:33:23.544122Z K 7 svn:log V 209 MFC r365334: umass: fix a cam_sim leak in error case While debugging a hang I noticed that in case of error in umass_cam_attach_sim() we miss a cam_sim_free() call. Added that to not leak resources. END