Document memory leak in as_search()

This commit is contained in:
Markus Armbruster 2011-02-18 19:10:28 +01:00
parent 5962195e9a
commit 86a187c04f

View file

@ -82,6 +82,7 @@ as_search(struct as_data *adp)
fprintf(stderr, "\tExtending queue\n");
#endif /* DEBUG */
adp->head = head = as_extend(adp);
/* FIXME leaks when as_extend() returns NULL without adding to tried */
#ifdef DEBUG
fprintf(stderr, "queue:\n");