# | Line 108 | Line 108 | static void | |
---|---|---|
108 | auth_free(struct AuthRequest *auth) | |
109 | { | |
110 | assert(dlinkFind(&auth_list, auth)); | |
111 | + | |
112 | dlinkDelete(&auth->node, &auth_list); | |
113 | + | |
114 | assert(dlinkFind(&auth_list, auth) == NULL); | |
115 | ||
116 | + | auth->client = NULL; |
117 | xfree(auth); | |
118 | } | |
119 |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |