Skip to content

Commit

Permalink
Merge pull request kgoba#20 from kholia/master
Browse files Browse the repository at this point in the history
Fix a memory leak in decode_ft8.c
  • Loading branch information
kgoba authored Feb 6, 2022
2 parents 95473cd + 5fb933b commit cd0dc2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions decode_ft8.c
Original file line number Diff line number Diff line change
Expand Up @@ -383,5 +383,7 @@ int main(int argc, char** argv)
}
LOG(LOG_INFO, "Decoded %d messages\n", num_decoded);

monitor_free(&mon);

return 0;
}

0 comments on commit cd0dc2e

Please sign in to comment.