|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] Merge arcadians.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/
ChangeSet 1.1388, 2005/04/27 17:55:50+01:00, vh249@xxxxxxxxxxxxxxxxxxxxxx
Merge arcadians.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk
into arcadians.cl.cam.ac.uk:/local/scratch-2/vh249/xen-unstable.bk
dom0_ops.c | 3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
diff -Nru a/xen/common/dom0_ops.c b/xen/common/dom0_ops.c
--- a/xen/common/dom0_ops.c 2005-04-28 06:02:55 -04:00
+++ b/xen/common/dom0_ops.c 2005-04-28 06:02:55 -04:00
@@ -349,8 +349,7 @@
if ( copy_to_user(op->u.getdomaininfo.ctxt, c, sizeof(*c)) )
ret = -EINVAL;
- if ( c != NULL )
- xfree(c);
+ xfree(c);
}
if ( copy_to_user(u_dom0_op, op, sizeof(*op)) )
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
|
|
|
|