Skip to content

Commit c32c8e5

Browse files
committed
Fixed uninitialized variable
1 parent d97c912 commit c32c8e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ofdm/ofdm-processor.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ int32_t i;
106106
* map the result on (soft) bits and hand over control for handling
107107
* the decoded blocks
108108
*/
109+
running = false;
109110
fineCorrector = 0;
110111
coarseCorrector = 0;
111112
f2Correction = true;

0 commit comments

Comments
 (0)