mirror of
https://github.com/chatmail/core.git
synced 2026-04-02 05:22:14 +03:00
fix(ffi): handle result from location deletion
This commit is contained in:
@@ -1096,7 +1096,7 @@ pub unsafe extern "C" fn dc_delete_all_locations(context: *mut dc_context_t) {
|
||||
assert!(!context.is_null());
|
||||
let context = &*context;
|
||||
|
||||
location::delete_all(context);
|
||||
location::delete_all(context).log_err(context, "Failed to delete locations");
|
||||
}
|
||||
|
||||
// dc_array_t
|
||||
|
||||
Reference in New Issue
Block a user