lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev bug: lynx doesn't remove files with internal pages with -du


From: Vlad Harchev
Subject: Re: lynx-dev bug: lynx doesn't remove files with internal pages with -dump
Date: Mon, 31 May 1999 05:27:43 +0500 (SAMST)

On Tue, 25 May 1999, Vlad Harchev wrote:

>  Try the following:
>    lynx -dump LYNXCFG:// > /dev/null
>  and note that new temporary file is created in /tmp (it's on pre2 with lss).
>  Seems all pages that are gerenated via BeginInternalPage won't be deleted
> if dumping pages.
> 
>

  Here is a patch to fix this.

 Best regards,
  -Vlad

--- LYMain.c-orig       Sun May 30 17:51:12 1999
+++ LYMain.c    Mon May 31 05:22:11 1999
@@ -1809,6 +1809,7 @@
        if (persistent_cookies)
            LYStoreCookies(LYCookieFile);
 #endif /* EXP_PERSISTENT_COOKIES */
+       cleanup_files();         
        exit_immediately(status);
     } else {
        /*


reply via email to

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