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

Document how to release memory #16

Open
rillig opened this issue May 1, 2015 · 1 comment
Open

Document how to release memory #16

rillig opened this issue May 1, 2015 · 1 comment
Assignees

Comments

@rillig
Copy link
Contributor

rillig commented May 1, 2015

There are many functions that allocate memory. Each of these functions must document the corresponding destruction function. This ensures that all memory is properly freed and (if necessary) overwritten to protect confidential data.

The necessary infrastructure has been added in 5a7693f.

@LBiv
Copy link
Contributor

LBiv commented May 1, 2015

Will do!

jfnixon added a commit that referenced this issue Jun 6, 2015
new format doc, fix issue Docs: Coding Standards #16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants