| # | Line 74 | Line 74 | register_callback(const char *name, CBFU | |
|---|---|---|
| 74 | ||
| 75 | if (name != NULL) | |
| 76 | { | |
| 77 | < | DupString(cb->name, name); |
| 77 | > | cb->name = xstrdup(name); |
| 78 | dlinkAdd(cb, &cb->node, &callback_list); | |
| 79 | } | |
| 80 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |