Document memory leak in as_search()
This commit is contained in:
parent
5962195e9a
commit
86a187c04f
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ as_search(struct as_data *adp)
|
||||||
fprintf(stderr, "\tExtending queue\n");
|
fprintf(stderr, "\tExtending queue\n");
|
||||||
#endif /* DEBUG */
|
#endif /* DEBUG */
|
||||||
adp->head = head = as_extend(adp);
|
adp->head = head = as_extend(adp);
|
||||||
|
/* FIXME leaks when as_extend() returns NULL without adding to tried */
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
fprintf(stderr, "queue:\n");
|
fprintf(stderr, "queue:\n");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue