K 10 svn:author V 7 asomers K 8 svn:date V 27 2017-12-08T05:24:49.574047Z K 7 svn:log V 399 MFC r325857: Remove a double free(9) in xpt_bus_register In xpt_bus_register(), remove superfluous call to free(). This was mostly benign since free(9) checks for NULL before doing anything, and xpt_create_path() is nice enough to NULL out the pointer on failure. However, it could've segfaulted if malloc(9) failed during xpt_create_path(). Submitted by: gibbs Sponsored by: Spectra Logic Corp END