]> git.ipfire.org Git - thirdparty/libvirt.git/commit
audit: fix memory leak without WITH_AUDIT
authorJán Tomko <jtomko@redhat.com>
Thu, 18 Sep 2014 10:08:37 +0000 (12:08 +0200)
committerJán Tomko <jtomko@redhat.com>
Thu, 18 Sep 2014 12:49:01 +0000 (14:49 +0200)
commitc1d55105a4bf7643216c33561d5d633dd7890902
treed5ef67f62caaaccfe60a31609ff0068a953a13bd
parent25d454803fc883816186c89757433ff0e83acdbf
audit: fix memory leak without WITH_AUDIT

Free str unconditionally since we allocate it without WITH_AUDIT
too.
src/util/viraudit.c