From fd69738120101c4bb4b0b6b5a942abaa95c50e84 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Sat, 27 Jun 2009 10:39:10 +0100 Subject: [PATCH] minios: fix free_fbfront When a stubdom is destroyed, fbfront tries to unbind the evtchn twice. Signed-off-by: Stefano Stabellini --- fbfront.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/fbfront.c b/fbfront.c index 355b8ee..1406de0 100644 --- a/fbfront.c +++ b/fbfront.c @@ -655,8 +655,6 @@ close_fbfront: snprintf(path, sizeof(path), "%s/feature-update", nodename); xenbus_rm(XBT_NIL, path); - unbind_evtchn(dev->evtchn); - free_fbfront(dev); } -- 2.39.5