Skip to content
Snippets Groups Projects
Commit 064cf971 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

init the errorbuf to prevent junk from being output

parent 91b15987
No related branches found
No related tags found
No related merge requests found
...@@ -1839,6 +1839,8 @@ operate(struct Configurable *config, int argc, char *argv[]) ...@@ -1839,6 +1839,8 @@ operate(struct Configurable *config, int argc, char *argv[])
int res = 0; int res = 0;
int i; int i;
errorbuffer[0]=0; /* prevent junk from being output */
#ifdef MALLOCDEBUG #ifdef MALLOCDEBUG
/* this sends all memory debug messages to a logfile named memdump */ /* this sends all memory debug messages to a logfile named memdump */
curl_memdebug("memdump"); curl_memdebug("memdump");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment