mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
pipe: fix segfault
This commit is contained in:
parent
f516a76f2c
commit
1d7f0a562e
1 changed files with 2 additions and 3 deletions
|
@ -216,9 +216,8 @@ public:
|
|||
}
|
||||
|
||||
logger->warn("Failed to receive samples from node {}: reason={}", *node, recv);
|
||||
}
|
||||
|
||||
formatter->print(stdout, smps, recv);
|
||||
} else
|
||||
formatter->print(stdout, smps, recv);
|
||||
|
||||
sample_decref_many(smps, allocated);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue