KVM: Fix xsave and xcr save/restore memory leak
authorAvi Kivity <avi@redhat.com>
Sun, 20 Jun 2010 12:47:34 +0000 (15:47 +0300)
committerAvi Kivity <avi@redhat.com>
Sun, 1 Aug 2010 07:46:56 +0000 (10:46 +0300)
We allocate temporary kernel buffers for these structures, but never free them.

Signed-off-by: Avi Kivity <avi@redhat.com>

No differences found