* Fix memory leak in XGDMatrixCreateFromMat_omp() This replaces the array allocated by new with a std::vector. Fixes #3161