]> sjero.net Git - wget/blobdiff - src/ftp-ls.c
[svn] Minor fixes prompted by `lint'.
[wget] / src / ftp-ls.c
index 91c572e7018a9d3e138e6ebf2ae9bf6d2638c3e3..4279c4944a1463b4197b4709825c890f71f149c0 100644 (file)
@@ -577,6 +577,10 @@ ftp_parse_vms_ls (const char *file)
     }
   dir = l = NULL;
 
+  /* #### The next three lines are a memory leak because they don't
+     bother to free the pointer that read_whole_line() returns!
+     FIXME! */
+
   /* Empty line */
   read_whole_line (fp);
   /* "Directory PUB$DEVICE[PUB]" */