]> git.ipfire.org Git - thirdparty/libvirt.git/commit
daemon: Don't conditionally free @origErr in daemonStreamEvent
authorJohn Ferlan <jferlan@redhat.com>
Thu, 20 Jul 2017 10:44:21 +0000 (06:44 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 20 Jul 2017 14:08:27 +0000 (10:08 -0400)
commitb913c8f45303416dd83c284afd50cdb3477cdacf
treeb6807a60c800bffe94739b83b455399f7e0572cc
parente484cb3ecaa2292198721c5af6e4484ee5e7f9b7
daemon: Don't conditionally free @origErr in daemonStreamEvent

Commit id '0fe4aa149' added @origErr, but since it's assigned outside
the if condition, the free should be outside as well.

Found by Coverity
daemon/stream.c