commit | 484602288c52e6502b77303d5f70e7651306b514 | [log] [tgz] |
---|---|---|
author | Radek Iša <isa@cesnet.cz> | Tue Mar 02 15:18:32 2021 +0100 |
committer | Radek Krejci <rkrejci@cesnet.cz> | Tue Mar 02 15:23:40 2021 +0100 |
tree | d82fd3d8d888163db7d41b547da1d334030892f2 | |
parent | e6e9e633a0369bf908fd8c6e8ec316560d4fdec8 [diff] |
plugins BUGFIX delete forgotten free function when function store failed
diff --git a/src/xpath.c b/src/xpath.c index 26aa168..d07a10e 100644 --- a/src/xpath.c +++ b/src/xpath.c
@@ -1565,7 +1565,7 @@ ly_err_free(err); if (rc) { /* invalid value */ - free(str); + /* function store automaticaly dealloc value when fail */ goto fill; }