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

Topic/ebsdlib memory crashing fixes #859

Conversation

imikejackson
Copy link
Contributor

No description provided.

The last set of changes introduced memory leaks and crashes inside of the various
CTF readers. This was caused by too much optimization and creating too much
consistency to make the CTFReader look like the ANGReader even though the two
readers are implemented in vastly different ways.

+ Removed test files that are no longer relevant
+ Removed other debugging statements from the H5EspritReader
+ Applied clang-tidy suggestions where possible to all of EBSDLib

Signed-off-by: Michael Jackson <mike.jackson@bluequartz.net>
@imikejackson imikejackson force-pushed the topic/ebsdlib-memory-crashing-fixes branch from 33a699a to 0a7984e Compare January 7, 2019 21:45
@@ -1,3 +1,7 @@
#include <utility>

#include <utility>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only one #include <utility> required

Copy link
Contributor

@mmarineBlueQuartz mmarineBlueQuartz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix the double include, and this is good.

Signed-off-by: Michael Jackson <mike.jackson@bluequartz.net>
Copy link
Contributor

@mmarineBlueQuartz mmarineBlueQuartz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

…uctor

Signed-off-by: Michael Jackson <mike.jackson@bluequartz.net>
@imikejackson imikejackson merged commit 1aa3edb into BlueQuartzSoftware:develop Jan 9, 2019
@imikejackson imikejackson deleted the topic/ebsdlib-memory-crashing-fixes branch January 9, 2019 02:16
tplatt77 pushed a commit to tplatt77/DREAM3D that referenced this pull request Jan 14, 2019
* Fix memory leaks and crashing issues in EBSDLib for Oxford readers

The last set of changes introduced memory leaks and crashes inside of the various
CTF readers. This was caused by too much optimization and creating too much
consistency to make the CTFReader look like the ANGReader even though the two
readers are implemented in vastly different ways.

+ Removed test files that are no longer relevant
+ Removed other debugging statements from the H5EspritReader
+ Applied clang-tidy suggestions where possible to all of EBSDLib
+ Fix warnings about classes with virtual methods but non-virtual destructor

Signed-off-by: Michael Jackson <mike.jackson@bluequartz.net>
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.

None yet

2 participants