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