mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-16 12:12:57 +00:00
fixing deallocation
This commit is contained in:
parent
f811d09d9c
commit
4a738471dc
@ -126,5 +126,5 @@ void galileo_e5_a_code_gen_complex_sampled(std::complex<float>* _dest, char _Sig
|
|||||||
_dest[(i + delay) % _samplesPerCode] = _code[i];
|
_dest[(i + delay) % _samplesPerCode] = _code[i];
|
||||||
}
|
}
|
||||||
|
|
||||||
free(_code);
|
delete[] _code;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user