Skip to content
Snippets Groups Projects
Unverified Commit 0c2a52c1 authored by lemoer's avatar lemoer Committed by Matthias Schiffer
Browse files

libgluonutil: fix double free of domain_code when domain is not existing

parent 121609b3
No related branches found
No related tags found
No related merge requests found
......@@ -243,6 +243,5 @@ struct json_object * gluonutil_load_site_config(void) {
err:
json_object_put(site);
free(domain_code);
return NULL;
}
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