vswitchd: Fix unimportant memory leak.
authorBen Pfaff <blp@nicira.com>
Thu, 17 Sep 2009 21:46:18 +0000 (14:46 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 17 Sep 2009 21:46:18 +0000 (14:46 -0700)
commitd0c9d304ffe9282c1f75d44c86e471d614af632c
tree355ecc93077e4b87ceb11966b369df048a7aae56
parentbbb18ba723a1d82405961e4dd351a82758d633af
vswitchd: Fix unimportant memory leak.

Free dpif_names when we're done with it.

This memory leak is not a big deal since bridge_init() is only ever called
once in a given ovs-vswitchd execution.
vswitchd/bridge.c