(free_getarg_strings): add function
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9816 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -545,6 +545,12 @@ getarg(struct getargs *args, size_t num_args,
|
||||
return ret;
|
||||
}
|
||||
|
||||
void
|
||||
free_getarg_strings (getarg_strings *s)
|
||||
{
|
||||
free (s->strings);
|
||||
}
|
||||
|
||||
#if TEST
|
||||
int foo_flag = 2;
|
||||
int flag1 = 0;
|
||||
|
Reference in New Issue
Block a user