mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-06 06:53:37 +00:00
:fix valgrind issues
This commit is contained in:
parent
f29f62c3f7
commit
53dcff8745
4 changed files with 25 additions and 4 deletions
|
|
@ -150,6 +150,7 @@ static constexpr Protocol::DeviceStatusV1 defaultStatusV1 = {
|
|||
Device::Device(QString serial)
|
||||
{
|
||||
info = defaultInfo;
|
||||
status = {};
|
||||
|
||||
m_handle = nullptr;
|
||||
infoValid = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue