projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8be602c
)
do a normal free() of the homedir now
author
Daniel Stenberg
<daniel@haxx.se>
Fri, 7 Nov 2003 17:19:57 +0000
(17:19 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Fri, 7 Nov 2003 17:19:57 +0000
(17:19 +0000)
src/main.c
patch
|
blob
|
history
diff --git
a/src/main.c
b/src/main.c
index b436ef20b2a35cd71d32ccc4b9297019c02d8757..dd5363d8b54732bad6554ed4e98521f02ea7284b 100644
(file)
--- a/
src/main.c
+++ b/
src/main.c
@@
-2064,7
+2064,7
@@
static int parseconfig(const char *filename,
filename = filebuffer;
}
-
curl_
free(home); /* we've used it, now free it */
+ free(home); /* we've used it, now free it */
}
}