Skip to content
New issue

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

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

Already on GitHub? # to your account

Fix segmentation faults on mac/linux and don't check for errors after calling bpImageConverterC_Destroy #6

Merged
merged 3 commits into from
Apr 8, 2022

Conversation

SachaGuyer
Copy link
Contributor

Fix for the issue #4

Parameters._get_c_parameters() now returns bpConverterTypesC_ParametersPtr because a pointer instead of struct is later required in bpImageConverterC_Finish()
pointers to structs instead structs must be passed to the C interface.
@SachaGuyer SachaGuyer changed the title Don't check for errors after calling bpImageConverterC_Destroy Fix segmentation faults on mac/linux and don't check for errors after calling bpImageConverterC_Destroy Apr 8, 2022
@imaris imaris merged commit b128e6e into imaris:master Apr 8, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants