diff options
author | Gisle Vanem <gisle.vanem@gmail.com> | 2019-05-23 17:13:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-23 17:13:39 +0200 |
commit | 8144ba38c383718355d8af2ed8330414edcbbc83 (patch) | |
tree | 9d611dac83c46ec6cbc61f59541321f945f9c6e8 /lib/content_encoding.c | |
parent | 9ad313dcb89b540955500538d47ca49b55d60b3c (diff) |
tool_parse_cfg: Avoid 2 fopen() for WIN32
Using the memdebug.h mem-leak feature, I noticed 2 calls like:
FILE tool_parsecfg.c:70 fopen("c:\Users\Gisle\AppData\Roaming\_curlrc","rt")
FILE tool_parsecfg.c:114 fopen("c:\Users\Gisle\AppData\Roaming\_curlrc","rt")
No need for 'fopen(), 'fclose()' and a 'fopen()' yet again.
Diffstat (limited to 'lib/content_encoding.c')
0 files changed, 0 insertions, 0 deletions