# | Line 97 | Line 97 | unload_one_module(const char *name, int | |
---|---|---|
97 | if (modp->modexit) | |
98 | modp->modexit(); | |
99 | ||
100 | – | assert(dlink_list_length(&modules_list) > 0); |
100 | dlinkDelete(&modp->node, &modules_list); | |
101 | xfree(modp->name); | |
102 |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |