[rftrace.c] Fix free

pull/24/head
Martin Herren (HB9FXX) 2021-07-06 17:02:52 +02:00
parent 73c7d294f8
commit 829053f356
No known key found for this signature in database
GPG Key ID: 0BD2A4A2A9106D59
1 changed files with 1 additions and 0 deletions

View File

@ -311,6 +311,7 @@ void identify_trace_graves(char *tlefile,struct trace t,int satno)
// Free
free(p);
free(v);
free(vg);
return;
}