[FEC] Fixed memory leak (#646)
This commit is contained in:
parent
a78c415616
commit
ccbec2c7bd
1 changed files with 2 additions and 0 deletions
|
@ -246,6 +246,8 @@ uint32_t RadioLibBCH::encode(uint32_t dataword) {
|
|||
}
|
||||
}
|
||||
|
||||
delete[] recd;
|
||||
|
||||
return(res);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue