Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aa521716 authored by Charisee's avatar Charisee Committed by Automerger Merge Worker
Browse files

Change request for Rust v1.64.0 am: 5b8226aa

parents 085c8cc0 5b8226aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -79,7 +79,7 @@ pub extern "C" fn frontend_stop(doh: &mut DohFrontend) -> bool {
#[no_mangle]
pub unsafe extern "C" fn frontend_delete(doh: *mut DohFrontend) {
    if !doh.is_null() {
        Box::from_raw(doh);
        drop(Box::from_raw(doh));
    }
}