mirror of https://gitee.com/bigwinds/arangodb
Fix a bug in JsonHelper about autofree.
This commit is contained in:
parent
8290bc64fb
commit
e065c1e507
|
@ -582,7 +582,7 @@ namespace triagens {
|
|||
else {
|
||||
c._json = nullptr;
|
||||
}
|
||||
c._autofree = AUTOFREE;
|
||||
c._autofree = autofree;
|
||||
return c;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue