mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 13:38:38 -04:00
AP_HAL: Remove resource leak in srxl.cpp
I correct this issues and then open a pull request.
This commit is contained in:
parent
b63b00f84e
commit
6e2076a3f1
@ -510,5 +510,6 @@ int main(int argc, const char *argv[])
|
||||
}
|
||||
}
|
||||
}
|
||||
fclose(f);
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user