From f89d67c4caf529ffdfaffa57eed7e59e82410e33 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 15 Jun 2004 09:11:29 +0000 Subject: del loop device after unmount --- mdk-stage1/disk.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mdk-stage1') diff --git a/mdk-stage1/disk.c b/mdk-stage1/disk.c index 5597d0bd4..c0c964800 100644 --- a/mdk-stage1/disk.c +++ b/mdk-stage1/disk.c @@ -299,6 +299,7 @@ static enum return_type try_with_device(char *dev_name) } umount(IMAGE_LOCATION); + del_loop(loopdev); } stage2_isos[stage2_iso_number] = NULL; -- cgit v1.2.1