Skip to content
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.
/ readsb Public archive

Commit

Permalink
Removed log10lut lookup table. Not used in dump1090 master branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mictronics committed Feb 21, 2017
1 parent 0fdcaa7 commit 3ad6faa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dump1090.c
Original file line number Diff line number Diff line change
Expand Up @@ -1258,7 +1258,6 @@ int main(int argc, char **argv) {
free(Modes.net_output_sbs_ports);
free(Modes.net_push_server_address);
free(Modes.net_push_server_port);
free(Modes.log10lut);
free(Modes.maglut);
/* Go through tracked aircraft chain and free up any used memory */
struct aircraft *a = Modes.aircrafts, *n;
Expand Down

0 comments on commit 3ad6faa

Please sign in to comment.