mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(font_put_frame_data): Use xfree instead of free.
This commit is contained in:
parent
ed6e7b1194
commit
973e784949
@ -1,3 +1,7 @@
|
||||
2009-04-18 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* font.c (font_put_frame_data): Use xfree instead of free.
|
||||
|
||||
2009-04-17 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* w32font.c (Qja, Qko): Remove declarations.
|
||||
|
@ -3682,7 +3682,7 @@ font_put_frame_data (f, driver, data)
|
||||
prev->next = list->next;
|
||||
else
|
||||
f->font_data_list = list->next;
|
||||
free (list);
|
||||
xfree (list);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user