diff --git a/deltachat-ffi/src/lib.rs b/deltachat-ffi/src/lib.rs index ca255ae2b..b7b1621d4 100644 --- a/deltachat-ffi/src/lib.rs +++ b/deltachat-ffi/src/lib.rs @@ -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