| # | Line 712 | Line 712 | register HOLO *hp; /* NULL means clean up all */ | |
|---|---|---|
| 712 | if (hp == NULL) { /* NULL means clean up everything */ | |
| 713 | while (hdlist[0] != NULL) | |
| 714 | hddone(hdlist[0]); | |
| 715 | + | free((char *)hdfragl); |
| 716 | + | hdfragl = NULL; nhdfragls = 0; |
| 717 | return; | |
| 718 | } | |
| 719 | /* flush all data and free memory */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |