Fix a memory leak in execute_content_filters() if there's more than one job
authorFabian Keil <fk@fabiankeil.de>
Sat, 18 Oct 2014 11:26:18 +0000 (11:26 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sat, 18 Oct 2014 11:26:18 +0000 (11:26 +0000)
commit27fb49fcf62210f91a9d7b206947ad279511676a
treed30f091b84816bac99691ec8306109f3d36acf17
parent920a7f78757d40ad57725f47746dc3c67f5e479c
Fix a memory leak in execute_content_filters() if there's more than one job

Also don't crash if a job that isn't the last one fails.

CID 66381.
filters.c