Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
bc829486
Commit
bc829486
authored
Jun 25, 2018
by
DonLakeFlyer
Browse files
Fix vehicle shutdown crash
parent
09b911c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/comm/LinkInterface.cc
View file @
bc829486
...
...
@@ -204,7 +204,7 @@ void LinkInterface::stopHeartbeatTimer() {
while
(
iter
.
hasNext
())
{
iter
.
next
();
QObject
::
disconnect
(
iter
.
value
(),
&
HeartbeatTimer
::
activeChanged
,
this
,
&
LinkInterface
::
_activeChanged
);
delete
_heartbeatTimers
[
iter
.
key
()];
_heartbeatTimers
[
iter
.
key
()]
->
deleteLater
()
;
_heartbeatTimers
[
iter
.
key
()]
=
nullptr
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment