x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2330 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -16,3 +16,13 @@ com_right(struct error_table *list, long code)
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
||||
void
|
||||
free_error_table(struct error_table *et)
|
||||
{
|
||||
while(et){
|
||||
struct error_table *p = et;
|
||||
et = et->next;
|
||||
free(p);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user