Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BugFix] InflowWind_driver crashes due to incorrect file closing #521

Merged
merged 1 commit into from
Aug 7, 2020

Conversation

andrew-platt
Copy link
Collaborator

THIS PULL REQUEST IS READY TO MERGE

The InflowWind Driver might try to close a file that was never opened. This causes a segfault.

Solution:
Add if statements around the close so it only attempts to close if the file is open.

@andrew-platt andrew-platt merged commit 8fca5c9 into OpenFAST:dev Aug 7, 2020
@andrew-platt andrew-platt deleted the b/IfW_SegFault branch September 4, 2020 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant