Skip to content
Snippets Groups Projects
Commit bf62f89a3d48 authored by Reini Urban's avatar Reini Urban
Browse files

fix version_directive memory leak

detected by coverity
parent 807f31a2b431
No related branches found
No related tags found
No related merge requests found
......@@ -1316,6 +1316,7 @@
STACK_DEL(parser, tag_directives);
}
yaml_free(version_directive);
return 1;
error:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment