On (Wed) 27 Jul 2011 [11:43:44], Michael S. Tsirkin wrote: > On Wed, Jul 27, 2011 at 02:00:31PM +0530, Amit Shah wrote: > > virtio_cleanup() will remove the VirtIONet struct that gets allocated > > via virtio_common_init(). Ensure we don't dereference the structure > > after calling the cleanup function. > > > > Signed-off-by: Amit Shah <amit.s...@redhat.com> > > I see. It's not a use after free but will be once > you make virtio_cleanup free the vdev?
Yes, the next patch. Amit