lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev [PATCH][pre2] do_readme leakage


From: John Bley
Subject: lynx-dev [PATCH][pre2] do_readme leakage
Date: Sun, 9 May 1999 08:30:09 -0400 (EDT)

* Fix a painfully obivous leak in do_readme (John Bley)

-- 
John Bley - address@hidden
Duke '99 - English/Computer Science
  Since English is a mess, it maps well onto the problem space,
  which is also a mess, which we call reality.     - Larry Wall

diff -Burp lynx2-8-2/WWW/Library/Implementation/HTFile.c 
lynx2-8-2-patched/WWW/Library/Implementation/HTFile.c
--- lynx2-8-2/WWW/Library/Implementation/HTFile.c       Sat May  8 13:46:28 1999
+++ lynx2-8-2-patched/WWW/Library/Implementation/HTFile.c       Sun May  9 
08:05:41 1999
@@ -1468,6 +1468,7 @@ Bug removed thanks to address@hidden
        HTDisplayPartial();
        fclose(fp);
     }
+    FREE(readme_file_name);
 }
 
 PRIVATE int print_local_dir ARGS5(

reply via email to

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