Hi Timm, On Tue, 2021-03-02 at 09:05 +0100, Timm Bäder via Elfutils-devel wrote: > This unifies the error handling with the rest of the code base and > gets rid of a nested function. > > +2021-03-02 Timm Bäder <tbae...@redhat.com> > + > + * elfcompress.c (process_file): Remove cleanup() function and > + replace it with a cleanup label at the end of the function. > + Initialize res to -1.
Thanks, pushed. Mark