[Commits] [SCM] claws branch, master, updated. 4.3.1-18-ga644f2469
wwp
wwp at claws-mail.org
Sat Mar 1 17:40:11 UTC 2025
Hello,
On Sat, 1 Mar 2025 17:02:43 +0000 (UTC) miras at claws-mail.org wrote:
[snip]
> commit a644f2469455d4ee39c8b9033aa62cae9eed24ca
> Author: Michael Rasmussen <mir at datanom.net>
> Date: Sat Mar 1 18:02:25 2025 +0100
>
> Fix CID 1491244: Also fix return if fail. Thanks to Brian Morrison for mention it
>
> Signed-off-by: Michael Rasmussen <mir at datanom.net>
>
> diff --git a/src/gtk/gtkaspell.c b/src/gtk/gtkaspell.c
> index f79203028..512ccaa8b 100644
> --- a/src/gtk/gtkaspell.c
> +++ b/src/gtk/gtkaspell.c
> @@ -717,7 +717,7 @@ static GtkAspeller *gtkaspeller_real_new(Dictionary *dict)
>
> static void gtkaspeller_delete(GtkAspeller *gtkaspeller)
> {
> - cm_return_val_if_fail(gtkaspellcheckers, NULL);
> + cm_return_if_fail(gtkaspellcheckers);
>
> gtkaspellcheckers->checkers =
> g_slist_remove(gtkaspellcheckers->checkers,
[snip]
Thanks a lot, Michael (and Brian)!
Regards,
--
wwp
https://useplaintext.email/
More information about the Commits
mailing list