New issue 71 by gabor.mayer: is free need here and is it right?
http://code.google.com/p/dircproxy/issues/detail?id=71
src/cfgfile.c:
} else if (class && !strcasecmp(key, "password")) {
/* connection {
:
password "foo"
:
} */
char *str;
if (_cfg_read_string(&buf, &str))
UNMATCHED_QUOTE;
free(class->password);
class->password = str;
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings