# | Line 1146 | Line 1146 | add_isupport(const char *name, const cha | |
---|---|---|
1146 | ||
1147 | if (ptr == NULL) | |
1148 | { | |
1149 | < | support = MyMalloc(sizeof(*support)); |
1149 | > | support = MyCalloc(sizeof(*support)); |
1150 | dlinkAddTail(support, &support->node, &support_list); | |
1151 | } | |
1152 |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |