mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-17 07:17:13 +02:00
minor from clang-tidy
This commit is contained in:
@ -76,18 +76,12 @@ void Fifo::DestroyFifos(){
|
||||
free(memory);
|
||||
memory = nullptr;
|
||||
}
|
||||
if (fifoBound) {
|
||||
delete fifoBound;
|
||||
fifoBound = nullptr;
|
||||
}
|
||||
if (fifoFree) {
|
||||
delete fifoFree;
|
||||
fifoFree = nullptr;
|
||||
}
|
||||
if (fifoStream) {
|
||||
delete fifoStream;
|
||||
fifoStream = nullptr;
|
||||
}
|
||||
delete fifoBound;
|
||||
fifoBound = nullptr;
|
||||
delete fifoFree;
|
||||
fifoFree = nullptr;
|
||||
delete fifoStream;
|
||||
fifoStream = nullptr;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user