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

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

Change request for Rust v1.64.0 am: 5b8226aa am: aa521716 am: 206bf305

parents a1bd2fa4 206bf305
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));
    }
}