From 02afacf9895b87b2fa0b9307f03cf1d8053a3b63 Mon Sep 17 00:00:00 2001 From: Floris Bruynooghe Date: Thu, 9 Mar 2023 16:12:33 +0100 Subject: [PATCH] clarify docs --- deltachat-ffi/deltachat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deltachat-ffi/deltachat.h b/deltachat-ffi/deltachat.h index 5bfc9d54b..4aab53276 100644 --- a/deltachat-ffi/deltachat.h +++ b/deltachat-ffi/deltachat.h @@ -2709,7 +2709,7 @@ char* dc_backup_provider_get_qr (const dc_backup_provider_t* backup_provider); char* dc_backup_provider_get_qr_svg (const dc_backup_provider_t* backup_provider); /** - * Waits for the sending to finish and frees the backup provider object. + * Waits for the sending to finish. * * This is a blocking call and should only be called once. Once this function * returns IO can be started again using dc_accounts_start_io() or