You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Fixesflux-framework#1483
There's a missing
free()
andjson_decref()
innamespace_create()
's successful return path.I had this fixed in a a branch that was "paused" and didn't want to lose track of it.
See cc44fe5
The text was updated successfully, but these errors were encountered: