Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modules/kvs: fix memory leak in namespace_create()
Problem: valgrind test fails when private KVS namespace is made part of job setup. Looks like some memory allocated in namespace_create() that was freed in the error path, was not freed in the non-error path. Fix that. Fixes #1483
- Loading branch information