bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#47074: Replace XPM icons with Unicode codepoints in customize/widget


From: Eli Zaretskii
Subject: bug#47074: Replace XPM icons with Unicode codepoints in customize/widgets
Date: Sun, 04 Apr 2021 14:37:12 +0300

> Date: Sat, 3 Apr 2021 23:28:35 +0100
> From: Alan Third <alan@idiocy.org>
> Cc: Eli Zaretskii <eliz@gnu.org>, 47074-done@debbugs.gnu.org
> 
> I've pushed a change up, so hopefully it should all Just Work now.

Alan, this patch calls malloc to allocate face_font_family, but then
calls xfree to free it.  Why didn't you call xmalloc to allocate?
that's currently the only caller of malloc in the entire image.c.





reply via email to

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