summaryrefslogtreecommitdiffstats
path: root/action.c
diff options
context:
space:
mode:
Diffstat (limited to 'action.c')
-rw-r--r--action.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/action.c b/action.c
index bc96ea9d..a87f8839 100644
--- a/action.c
+++ b/action.c
@@ -1725,6 +1725,9 @@ doQueueEnqObjDirectBatch(action_t *pAction, batch_t *pBatch)
countStatsBatchEnq(pAction, pBatch);
iRet = qqueueEnqObjDirectBatch(pAction->pQueue, pBatch);
}
+
+ free(pBatch->active);
+ pBatch->active = activeSave;
RETiRet;
}