Fix memory leak.
This commit is contained in:
@@ -12,6 +12,7 @@ Aurora::Matrix Recon::preprocessAscanBlock(const Aurora::Matrix& aAscans, const
|
||||
{
|
||||
result = Aurora::convertfp16tofloat(ascanData, aAscans.getDimSize(0), aAscans.getDimSize(1));
|
||||
}
|
||||
delete [] ascanData;
|
||||
|
||||
//暂不考虑实现二代逻辑
|
||||
// if isfield(measInfo, 'Bandpassundersampling') && (measInfo.Bandpassundersampling == 1)
|
||||
|
||||
Reference in New Issue
Block a user