Changeset 3570 for trunk/src/kash/output.c
- Timestamp:
- Jul 9, 2022, 4:42:02 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/output.c
r3438 r3570 91 91 ckfree(psh, psh->memout.buf); 92 92 psh->memout.buf = NULL; 93 psh->memout.nextc = NULL; 93 94 } 94 95 } … … 200 201 ckfree(psh, psh->output.buf); 201 202 psh->output.buf = NULL; 203 psh->output.nextc = NULL; 202 204 psh->output.nleft = 0; 203 205 }
Note:
See TracChangeset
for help on using the changeset viewer.