commit | b10c93b3949928b602e94fe304d48b9a7df6c084 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Wed Dec 14 12:16:27 2022 +0100 |
committer | Michal Vasko <mvasko@cesnet.cz> | Wed Dec 14 12:16:27 2022 +0100 |
tree | 0191f45b8670c19df70cd8dfc144ce026d42b740 | |
parent | 9925a11bdb85b092d8cc68e0ab136015e9c39c16 [diff] [blame] |
libyang REFACTOR uninit vars
diff --git a/tools/lint/common.c b/tools/lint/common.c index 7a65d93..fc9b1cd 100644 --- a/tools/lint/common.c +++ b/tools/lint/common.c
@@ -788,7 +788,7 @@ { const char *end, *module_name_end; char *module_name = NULL; - const struct lysc_node *node = NULL, *parent_node = NULL, *parent_node_tmp; + const struct lysc_node *node = NULL, *parent_node = NULL, *parent_node_tmp = NULL; const struct lys_module *module; size_t node_name_len; ly_bool found_exact_match = 0;