lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev [patch] tiny memory leak


From: John Bley
Subject: lynx-dev [patch] tiny memory leak
Date: Fri, 29 Jan 1999 05:40:48 -0500 (EST)

This one has been bothering me for a while, finally decided to figure out 
how the atexit system works so that I could fix it.
Patch against 2.8.2dev15

-- 
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


--- LYMain.c.orig       Fri Jan 29 05:35:47 1999
+++ LYMain.c    Fri Jan 29 05:38:02 1999
@@ -487,6 +487,7 @@
     FREE(URLDomainPrefixes);
     FREE(URLDomainSuffixes);
     FREE(XLoadImageCommand);
+    FREE(lynx_version_putenv_command);
     FREE(LYTraceLogPath);
     FREE(lynx_cfg_file);
 #if defined(USE_HASH)

reply via email to

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