Changeset 3570 for trunk/src/kash/shinstance.c
- Timestamp:
- Jul 9, 2022, 4:42:02 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/shinstance.c
r3569 r3570 429 429 430 430 /* output.h */ 431 431 if (psh->output.buf != NULL) 432 432 { 433 433 ckfree(psh, psh->output.buf); 434 434 psh->output.buf = NULL; 435 436 435 } 436 if (psh->errout.buf != NULL) 437 437 { 438 438 ckfree(psh, psh->errout.buf); 439 439 psh->errout.buf = NULL; 440 441 440 } 441 if (psh->memout.buf != NULL) 442 442 { 443 443 ckfree(psh, psh->memout.buf); 444 444 psh->memout.buf = NULL; 445 445 } 446 446 447 447 /* options.h */
Note:
See TracChangeset
for help on using the changeset viewer.