]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - tools/rpcgen/rpc_scan.c
Merge branch 'master' of git://linux-nfs.org/nfs-utils
[nfs-utils.git] / tools / rpcgen / rpc_scan.c
index 62d906d7d077de540a42eac607c3e6b7420e1664..a6f442c3eb9b1555fd82f326609b64af2881f613 100644 (file)
@@ -28,7 +28,7 @@
  * Mountain View, California  94043
  */
 
-#ifndef lint
+#if 0
 static char sccsid[] = "@(#)rpc_scan.c 1.11 89/02/22 (C) 1987 SMI";
 #endif
 
@@ -468,6 +468,7 @@ docppline(char *line, int *lineno, char **fname)
        *p = 0;
        if (*file == 0) {
                *fname = NULL;
+               free(file);
        } else {
                *fname = file;
        }