aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/fbfront.c
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-06-27 10:39:10 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-06-27 10:39:10 +0100
commit02e1301f013208fcac863c0f8bda5e268ecf8c58 (patch)
tree9031803a50b35ce7a91538af21ed079e6b8d6191 /extras/mini-os/fbfront.c
parentbabdd633959ee85a37075bc850ca0b9ed039944c (diff)
downloadxen-02e1301f013208fcac863c0f8bda5e268ecf8c58.tar.gz
xen-02e1301f013208fcac863c0f8bda5e268ecf8c58.tar.bz2
xen-02e1301f013208fcac863c0f8bda5e268ecf8c58.zip
minios: fix free_fbfront
When a stubdom is destroyed, fbfront tries to unbind the evtchn twice. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Diffstat (limited to 'extras/mini-os/fbfront.c')
-rw-r--r--extras/mini-os/fbfront.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/extras/mini-os/fbfront.c b/extras/mini-os/fbfront.c
index 355b8eef06..1406de0212 100644
--- a/extras/mini-os/fbfront.c
+++ b/extras/mini-os/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);
}