netdev-linux: Don't free a member of a struct.
authorJesse Gross <jesse@nicira.com>
Tue, 30 Mar 2010 22:40:01 +0000 (18:40 -0400)
committerJesse Gross <jesse@nicira.com>
Mon, 19 Apr 2010 13:11:57 +0000 (09:11 -0400)
commit658797c83a9b656493c8911026f12a5397cbd5ba
treee913b867ce2b6d2256752d26c2b2b83cca4ca6f1
parent15b3596a4105bbea82108ac251f9b19dc316e19d
netdev-linux: Don't free a member of a struct.

We allocate struct netdev_linux which contains struct netdev but
free the netdev.  In practice this makes no difference because the
netdev is the first member of the struct but we should be correct
anyways.
lib/netdev-linux.c