1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

TxPID: Set the timeOut to NULL after deleting it. I had a segfault from here.

This commit is contained in:
James Cotton 2012-08-25 19:37:50 -05:00
parent 524540895f
commit 446870d869

View File

@ -180,6 +180,7 @@ ConfigTaskWidget::~ConfigTaskWidget()
if(timeOut)
{
delete timeOut;
timeOut = NULL;
}
}