_ prefix not required

This commit is contained in:
Andreas Steffen
2011-02-10 07:59:43 +01:00
parent fc83263403
commit 43c4a21bd9
4 changed files with 4 additions and 4 deletions
@@ -78,7 +78,7 @@ METHOD(job_t, execute, void,
children->destroy(children);
}
enumerator->destroy(enumerator);
free(this);
destroy(this);
}
/*