Free the newrule on strdup error. Signed-off-by: Jan Safranek <jsafr...@redhat.com> ---
src/api.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/api.c b/src/api.c index 71cec93..0acf787 100644 --- a/src/api.c +++ b/src/api.c @@ -700,6 +700,7 @@ static int cgroup_parse_rules(bool cache, uid_t muid, if (len_procname) { newrule->procname = strdup(procname); if (!newrule->procname) { + free(newrule); last_errno = errno; ret = ECGOTHER; goto close; ------------------------------------------------------------------------------ EMC VNX: the world's simplest storage, starting under $10K The only unified storage solution that offers unified management Up to 160% more powerful than alternatives and 25% more efficient. Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev _______________________________________________ Libcg-devel mailing list Libcg-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libcg-devel