]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Monitor: Use sysfs_free() to free object returned by sysfs_read()
authorJes Sorensen <Jes.Sorensen@redhat.com>
Fri, 10 Jun 2016 18:54:53 +0000 (14:54 -0400)
committerJes Sorensen <Jes.Sorensen@redhat.com>
Fri, 10 Jun 2016 18:56:23 +0000 (14:56 -0400)
commit26c62b8e763fc360f827ff307db7f8e22f376006
tree099ae5c8e07034ab9b70eda633d67bcf632fdc87
parent2e466cce45ac2397ea426a765c829c621901664b
Monitor: Use sysfs_free() to free object returned by sysfs_read()

We should always use sysfs_free() to release sysfs_* allocated
objects.

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Monitor.c