Skip to content
Snippets Groups Projects
Commit edabefd9 authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

zone-load: double free of configuration when journal apply / zonediff

fails
parent a6bc8c8c
Branches
Tags
No related merge requests found
......@@ -291,6 +291,8 @@ fail:
new_zone->contents = NULL;
}
/* Disconnect config, caller is responsible for it. */
new_zone->conf = NULL;
zone_free(&new_zone);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment