Mon Apr 17 18:30:32 GMT 2000

(gilbertt)

E-UrlWatch: Hopefully fixes Debian Bug#62514


SVN revision: 2492
This commit is contained in:
Tom Gilbert 2000-04-17 17:15:25 +00:00
parent c990ed944a
commit b51ccd2da3
2 changed files with 11 additions and 0 deletions

View File

@ -2052,3 +2052,11 @@ Mon Apr 3 02:05:32 CEST 2000
(Christian)
E-Mountbox: Show items in the sequence they're given in fstab, not reversed.
-------------------------------------------------------------------------------
Mon Apr 17 18:30:32 GMT 2000
(gilbertt)
E-UrlWatch: Hopefully fixes Debian Bug#62514

View File

@ -494,6 +494,9 @@ validate_url (char *url)
D (("In validate_url: url -->%s<--\n", url));
if(!url)
return NULL;
if (orig_ret)
free (orig_ret);