Remove a runaway explicit drop
This commit is contained in:
@@ -223,7 +223,6 @@ impl<'a> WasiSnapshotPreview1 for WasiCtx {
|
|||||||
.preadv(&mut buf, offset)?
|
.preadv(&mut buf, offset)?
|
||||||
.try_into()?
|
.try_into()?
|
||||||
};
|
};
|
||||||
drop(guest_slices);
|
|
||||||
Ok(host_nread)
|
Ok(host_nread)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user