| 549 | } |
| 550 | |
| 551 | void LNLib::VoronoiDiagramGenerator::deref(struct Site* v) |
| 552 | { |
| 553 | v->refcnt -= 1; |
| 554 | if (v->refcnt == 0) |
| 555 | makefree((Freenode*)v, &sfl); |
| 556 | } |
| 557 | |
| 558 | void LNLib::VoronoiDiagramGenerator::ref(struct Site* v) |
| 559 | { |
nothing calls this directly
no outgoing calls
no test coverage detected