ObjFW  Diff

Differences From Artifact [e8f32c52e1]:

To Artifact [273ab6b21b]:


590
591
592
593
594
595
596
597


598
		CloseHandle(_process);
	}

	_process = INVALID_HANDLE_VALUE;
	_readPipe[0] = NULL;
	_writePipe[1] = NULL;
#endif
}


@end







|
>
>

590
591
592
593
594
595
596
597
598
599
600
		CloseHandle(_process);
	}

	_process = INVALID_HANDLE_VALUE;
	_readPipe[0] = NULL;
	_writePipe[1] = NULL;
#endif

	[super close];
}
@end