mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 04:00:34 +00:00
Free rtk struct in the destructor
This commit is contained in:
parent
f07259e31f
commit
b780abf563
@ -450,6 +450,7 @@ bool RtklibPvt::save_assistance_to_XML()
|
||||
|
||||
RtklibPvt::~RtklibPvt()
|
||||
{
|
||||
rtkfree(&rtk);
|
||||
save_assistance_to_XML();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user