ofproto-dpif: Fix another memory leak in type_run().
authorBen Pfaff <blp@nicira.com>
Tue, 18 Dec 2012 21:18:26 +0000 (13:18 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 18 Dec 2012 23:52:22 +0000 (15:52 -0800)
commitc83b89ab6da8704b140ec51cd5bae10448b510cb
tree6406cf6baa3bb64ea6bcccc5d0eda0e72f774e9d
parent5b5e6a4c7525576ffe44aa9b7e67b3fd49ea2501
ofproto-dpif: Fix another memory leak in type_run().

'devname' needs to be destroyed whether it's the datapath device or not.

Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif.c