X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/6b6847272dc5d21ca6fcd23bf20e16193b226c0a..2417770134dfb5e942934143c41b4545400f0018:/sbr/oauth_prof.c diff --git a/sbr/oauth_prof.c b/sbr/oauth_prof.c index dc9bf2d0..a3f2e54a 100644 --- a/sbr/oauth_prof.c +++ b/sbr/oauth_prof.c @@ -74,7 +74,7 @@ update_svc_field(char **field, const char *base_name, const char *svc) const char *value = context_find(name); if (value != NULL) { free(*field); - *field = getcpy(value); + *field = mh_xstrdup(value); } free(name); }