Differences From Artifact [3257d0230c]:
- File src/platform/Windows/OFSubprocess.m — part of check-in [26ddd2e4e4] at 2024-01-02 17:17:25 on branch trunk — Update copyright (user: js, size: 10665) [annotate] [blame] [check-ins using] [more...]
To Artifact [4e382dab1b]:
- File src/platform/Windows/OFSubprocess.m — part of check-in [3f56716b3d] at 2024-01-21 09:55:44 on branch trunk — OFSubprocess: Fix dealloc after -[closeForWriting] (user: js, size: 10695) [annotate] [blame] [check-ins using] [more...]
︙ | |||
379 380 381 382 383 384 385 | 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 | + - + + | } - (void)close { if (_readPipe[0] == NULL) @throw [OFNotOpenException exceptionWithObject: self]; if (_writePipe[1] != NULL) |
︙ |