emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: master 5141234acf: Refactor the webp cache code to allow usage by gi


From: Po Lu
Subject: Re: master 5141234acf: Refactor the webp cache code to allow usage by gif_load, too
Date: Mon, 11 Apr 2022 20:15:12 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux)

Lars Ingebrigtsen <larsi@gnus.org> writes:

> +  void (*destructor)(void*);

Shouldn't this be formatted like:

  void (*destructor) (void *);

instead?

> +  cache->spec = spec;

I think this should be marked, since I don't see what protects the spec
from garbage collection otherwise.

Thanks.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]