mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
@@ -703,7 +703,8 @@ out:
|
||||
if (trie) {
|
||||
if (trie->root)
|
||||
trie_node_cleanup(trie->root);
|
||||
strbuf_cleanup(trie->strings);
|
||||
if (trie->strings)
|
||||
strbuf_cleanup(trie->strings);
|
||||
free(trie);
|
||||
}
|
||||
return rc;
|
||||
|
||||
Reference in New Issue
Block a user