Fix a bug that prevents jobs from being cleaned up

git-svn-id: file:///home/svn/framework3/trunk@3900 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2006-09-16 20:07:25 +00:00
parent a309a6755b
commit 4c5b257a94
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class Job
run_proc.call(ctx)
ensure
clean_proc.call(ctx)
remove_job(self)
container.remove_job(self)
end
}
end