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)
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.


No differences found