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

Avoid use inputwire after fclose #61

Merged
merged 1 commit into from
Jun 20, 2022
Merged

Conversation

wdconinc
Copy link
Contributor

This avoids the 'use after fclose' error where fclose(inputwire) is already unconditionally handled before the fclose(inputwire) removed in this PR.

@zykure zykure merged commit 06f34ee into KATRIN-Experiment:main Jun 20, 2022
zykure added a commit that referenced this pull request Jun 20, 2022
* main:
  check the C++ standard set by CMake
  fix std::iterator for c++17, from #62
  Avoid use inputwire after fclose (#61)
  Avoid std::iterator for c++17, use member types
  Add bindings docs
@wdconinc wdconinc deleted the patch-1 branch June 23, 2022 21:51
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.

2 participants