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

Issue #171: Problem while closing library that is initialized but imp… #175

Merged
merged 2 commits into from
Dec 17, 2015

Conversation

bellgrim
Copy link
Contributor

…roperly finalized.

Just use auto_ptr / unique_ptr. The destruction order is the reverse of the construction order. libcleanup() tried to fix this, but it was called to late. Now the destruction order is made according to the dependencies between the classes.

@bellgrim
Copy link
Contributor Author

#build

@bellgrim
Copy link
Contributor Author

#build

1 similar comment
@bellgrim
Copy link
Contributor Author

#build

…C_Finalize(). Needed when e.g. initalizing again using another mutex config.
bellgrim added a commit that referenced this pull request Dec 17, 2015
Issue #171: Problem while closing library that is initialized but imp…
@bellgrim bellgrim merged commit 63f5e89 into opendnssec:develop Dec 17, 2015
@bellgrim bellgrim deleted the issue171 branch December 17, 2015 08: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.

None yet

1 participant