Skip to content

Commit

Permalink
Fix a memory leak in decode_ft8.c
Browse files Browse the repository at this point in the history
This fix is useful when ft8_lib is used as a library.
  • Loading branch information
kholia committed Feb 6, 2022
1 parent 95473cd commit 5fb933b
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 5fb933b

Please sign in to comment.