Commit 037fb7c1 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Add comment to explain why we don't free av: Stevedore keeps it.

parent 39984825
......@@ -164,6 +164,7 @@ STV_Config(const char *spec)
} else {
VTAILQ_INSERT_TAIL(&stv_stevedores, stv, list);
}
/* NB: Do not free av, stevedore gets to keep it */
}
/*--------------------------------------------------------------------*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment