mirror of
https://github.com/chatmail/core.git
synced 2026-04-26 09:56:35 +03:00
fix unused result error
This commit is contained in:
@@ -4515,7 +4515,7 @@ mod jsonrpc {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
(*jsonrpc_instance).event_thread.abort();
|
(*jsonrpc_instance).event_thread.abort();
|
||||||
Box::from_raw(jsonrpc_instance);
|
drop(Box::from_raw(jsonrpc_instance));
|
||||||
}
|
}
|
||||||
|
|
||||||
#[no_mangle]
|
#[no_mangle]
|
||||||
|
|||||||
Reference in New Issue
Block a user