]> git.ipfire.org Git - thirdparty/libvirt.git/commit
macvtap: plug memory leak for 802.1Qbh
authorEric Blake <eblake@redhat.com>
Thu, 13 Oct 2011 22:45:58 +0000 (16:45 -0600)
committerEric Blake <eblake@redhat.com>
Thu, 13 Oct 2011 22:45:58 +0000 (16:45 -0600)
commit0472f39f8b7a7251c36fc3d12fad20085541035a
tree8dccd046d7c878711fabb935941b218a623f3ec1
parent16e7b5fa2415d37f40b67abda90b5092574754b8
macvtap: plug memory leak for 802.1Qbh

Detected by Coverity.  Leak present since commit ca3b22b.

* src/util/macvtap.c (doPortProfileOp8021Qbh): Release device name.
src/util/macvtap.c