qssb_free_policy(): free path policies
Tá an tiomantas seo le fáil i:
tuismitheoir
ad9c391e3f
tiomantas
946492c28e
7
qssb.h
7
qssb.h
@ -415,6 +415,13 @@ int qssb_end_policy(struct qssb_policy *ctxt)
|
||||
*/
|
||||
void qssb_free_policy(struct qssb_policy *ctxt)
|
||||
{
|
||||
struct qssb_path_policy *current = ctxt->path_policies;
|
||||
while(current)
|
||||
{
|
||||
struct qssb_path_policy *tmp = current;
|
||||
current = current->next;
|
||||
free(tmp);
|
||||
}
|
||||
free(ctxt);
|
||||
}
|
||||
|
||||
|
Á lódáil...
x
Tagairt in Eagrán Nua
Cuir bac ar úsáideoir