From 02e1301f013208fcac863c0f8bda5e268ecf8c58 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Sat, 27 Jun 2009 10:39:10 +0100 Subject: minios: fix free_fbfront When a stubdom is destroyed, fbfront tries to unbind the evtchn twice. Signed-off-by: Stefano Stabellini --- extras/mini-os/fbfront.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'extras/mini-os/fbfront.c') 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); } -- cgit v1.2.3