diff options
| -rw-r--r-- | uricut.c | 1 | 
1 files changed, 1 insertions, 0 deletions
@@ -110,6 +110,7 @@ int main(int argc,char *argv[]) {     line=malloc(size+1);     malloced=1;     if(!fgets(line,size,stdin)) { +    free(line);      return 0;     }    }  | 
![]()  | 
index : uritools.git | |
| oh. um. command-line uri manpulation utilities, tuff like uricut, urimatch, uricmp, uristart, uriprintf, bunch of handy tools. | epoch | 
| summaryrefslogtreecommitdiff | 
| -rw-r--r-- | uricut.c | 1 | 
@@ -110,6 +110,7 @@ int main(int argc,char *argv[]) {     line=malloc(size+1);     malloced=1;     if(!fgets(line,size,stdin)) { +    free(line);      return 0;     }    }  |