[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[patch] small memory leak in makeinfo.c:convert_from_file
From: |
Stephen Compall |
Subject: |
[patch] small memory leak in makeinfo.c:convert_from_file |
Date: |
Wed, 19 Sep 2007 23:12:30 -0500 |
Patch to said function in HEAD attached. find_and_load always sets
global input_filename to a new malloced string when it succeeds,
whereupon convert_from_file simply overwrites it with its own version.
It also removes some code that does nothing as long as `suffixes' stays
more or less like it is.
--
;;; Stephen Compall ** http://scompall.nocandysw.com/blog **
"Peta" is Greek for fifth; a petabyte is 10 to the fifth power, as
well as fifth in line after kilo, mega, giga, and tera.
-- Lee Gomes, performing every Wednesday in his tech column
"Portals" on page B1 of The Wall Street Journal
texinfo-1s11.diff
Description: Text Data
signature.asc
Description: This is a digitally signed message part
- [patch] small memory leak in makeinfo.c:convert_from_file,
Stephen Compall <=