commit | fd61a701f1de8e4c1d89b3716ba9ca749cf5c724 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Thu Apr 12 19:06:53 2018 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Wed May 23 14:30:49 2018 +0200 |
tree | 91697cd6be468f4b6678d7940cfbc690801587af | |
parent | 252291eaeafcd234a602d71cdf9415dbfc7bc867 [diff] |
job: Add job_delete() This moves freeing the Job object and its fields from block_job_unref() to job_delete(). Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Reviewed-by: John Snow <jsnow@redhat.com>