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

Memory leak fixes (in progress) #59

Merged
merged 9 commits into from
Oct 20, 2016
Merged

Commits on Oct 15, 2016

  1. This commit fixes a bunch of memory leak errors:

    * restructure API and Connection module (use of crypto context is excluded from
    api module)
    * introduced connection reference counter which is used for connection
    object memory management
    * fix 18/21 memory leak issues in the tests
    Stephan Zeisberg committed Oct 15, 2016
    Configuration menu
    Copy the full SHA
    01d1536 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2016

  1. Configuration menu
    Copy the full SHA
    4a47290 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5df2d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cfc972 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2016

  1. Configuration menu
    Copy the full SHA
    02cc641 View commit details
    Browse the repository at this point in the history
  2. removing unused MAP_DECLS

    mkind committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    e3dfb2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33d23bc View commit details
    Browse the repository at this point in the history
  4. Revert "fixing two memory leakages for info.con"

    This reverts commit 1cfc972.
    mkind committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    0377598 View commit details
    Browse the repository at this point in the history
  5. Revert "basically fixes some mem leaks by preventing a call to free_c…

    …onnection"
    
    This reverts commit 33d23bc.
    mkind committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    a9922db View commit details
    Browse the repository at this point in the history