1
0
Fork 0

Fix a bug in JsonHelper about autofree.

This commit is contained in:
Max Neunhoeffer 2014-08-11 14:28:34 +02:00
parent 8290bc64fb
commit e065c1e507
1 changed files with 1 additions and 1 deletions

View File

@ -582,7 +582,7 @@ namespace triagens {
else {
c._json = nullptr;
}
c._autofree = AUTOFREE;
c._autofree = autofree;
return c;
}