Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix memory leak in streams subscribe/unsubscribe
This change free()s strings allocated by calls to ldmsd_req_attr_str_value_get_by_id() in the streams subscribe and unsuscribe paths. It also removes many of the code patterns that redundantly check for a null pointer before calling free() because free() ignores a NULL ptr.
- Loading branch information