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

KVS: fix memleak path + other random cleanups #1694

Merged
merged 5 commits into from Oct 5, 2018

Commits on Oct 5, 2018

  1. doc/man3: Fix typo

    chu11 committed Oct 5, 2018
    Copy the full SHA
    6e98192 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    348204e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9076c9e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    f0ebaa9 View commit details
    Browse the repository at this point in the history
  5. modules/kvs: Fix memleak on lookup stalls

    Fix mem-leak path in which a lookup handle is created but not
    destroyed properly when getroot is called on a missing namespace.
    
    Fixes flux-framework#1690
    chu11 committed Oct 5, 2018
    Copy the full SHA
    4bb44b4 View commit details
    Browse the repository at this point in the history