]> xenbits.xensource.com Git - libvirt.git/commit
bridge_driver: avoid double call to VIR_FREE
authorPaweł Krześniak <pawel.krzesniak@gmail.com>
Mon, 20 Dec 2010 11:31:19 +0000 (12:31 +0100)
committerLaine Stump <laine@laine.org>
Mon, 20 Dec 2010 13:30:08 +0000 (08:30 -0500)
commited039abc09bce5c890881a2b3b456f536fc6014a
tree85f51d7d895dfdac5f69dc83afa860a94ce1cc91
parent1e55c382fe472f08886205ffb75bc57db023a518
bridge_driver: avoid double call to VIR_FREE

While not technically a double free (since VIR_FREE NULLs the
pointer), this is unnecessary extra code.

This crept in when the function was converted from virRun to virCommand.

The AUTHORS file has also been updated.
AUTHORS
src/network/bridge_driver.c