commit | 55bce0eeb7e5f105a0323f49a3304722841b64dc | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Tue Feb 15 10:46:08 2022 +0100 |
committer | Michal Vasko <mvasko@cesnet.cz> | Tue Feb 15 10:46:08 2022 +0100 |
tree | 34784af85e61e5ca930bf304f6cc7464c001cc22 | |
parent | b17efe932f73b91267b94a39ba0c4b728ff29c33 [diff] [blame] |
json & schema_compile BUGFIX uninitialized variables Fixes #1787
diff --git a/src/json.c b/src/json.c index cbe38e9..59ae61c 100644 --- a/src/json.c +++ b/src/json.c
@@ -963,7 +963,7 @@ if (toplevel) { /* we are done */ - return LY_SUCCESS; + goto result; } /* continue with the next token */