forked from github/server
memory leak in special_directions.
This commit is contained in:
parent
9453aff7f5
commit
b29a99f9ce
|
@ -63,6 +63,7 @@ static void a_freedirection(attrib * a)
|
|||
{
|
||||
spec_direction *d = (spec_direction *)(a->data.v);
|
||||
free(d->desc);
|
||||
free(d->keyword);
|
||||
free(d);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue