Merge branch 'master' into v8-stable

This commit is contained in:
Rainer Gerhards 2018-01-09 11:12:46 +01:00
commit 393bb03de4

View File

@ -1334,6 +1334,7 @@ actionWriteErrorFile(action_t *__restrict__ const pThis, const rsRetVal ret,
"action %s: error writing errorFile %s, write returned %lld",
pThis->pszName, pThis->pszErrFile, (long long) wrRet);
}
free(rendered);
fjson_object_put(etry);
etry = NULL;