mirror of
https://github.com/signalapp/libsignal.git
synced 2026-04-25 17:25:18 +02:00
Update Rust to nightly-2022-06-22
This commit is contained in:
@@ -29,7 +29,7 @@ pub unsafe extern "C" fn signal_free_string(buf: *const c_char) {
|
||||
if buf.is_null() {
|
||||
return;
|
||||
}
|
||||
CString::from_raw(buf as _);
|
||||
drop(CString::from_raw(buf as _));
|
||||
}
|
||||
|
||||
#[no_mangle]
|
||||
|
||||
Reference in New Issue
Block a user