Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libkvs/watch: match va_start/va_end on error
Fix cppcheck error: [src/common/libkvs/kvs_watch.c:109]: (error) Memory leak: ctx [src/common/libkvs/kvs_watch.c:363]: (error) va_list 'ap' was opened but not closed by va_end(). [src/common/libkvs/kvs_watch.c:429]: (error) va_list 'ap' was opened but not closed by va_end().
- Loading branch information