_ prefix not required
This commit is contained in:
@@ -58,7 +58,7 @@ METHOD(job_t, execute, void,
|
|||||||
{
|
{
|
||||||
charon->traps->acquire(charon->traps, this->reqid,
|
charon->traps->acquire(charon->traps, this->reqid,
|
||||||
this->src_ts, this->dst_ts);
|
this->src_ts, this->dst_ts);
|
||||||
_destroy(this);
|
destroy(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ METHOD(job_t, execute, void,
|
|||||||
|
|
||||||
charon->ike_sa_manager->checkin(charon->ike_sa_manager, ike_sa);
|
charon->ike_sa_manager->checkin(charon->ike_sa_manager, ike_sa);
|
||||||
}
|
}
|
||||||
_destroy(this);
|
destroy(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -89,7 +89,7 @@ METHOD(job_t, execute, void,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
_destroy(this);
|
destroy(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ METHOD(job_t, execute, void,
|
|||||||
children->destroy(children);
|
children->destroy(children);
|
||||||
}
|
}
|
||||||
enumerator->destroy(enumerator);
|
enumerator->destroy(enumerator);
|
||||||
free(this);
|
destroy(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user