php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #62444
Patch is_readable-handle-leak-fix revision 2012-11-02 09:44 UTC by krazyest at seznam dot cz

Patch is_readable-handle-leak-fix for Filesystem function related Bug #62444

Patch version 2012-11-02 09:44 UTC

Return to Bug #62444 | Download this patch
Patch Revisions:

Developer: krazyest@seznam.cz

196c196
< 	HANDLE thread_token;
---
> 	HANDLE thread_token = NULL;
365a366,369
> 		if(thread_token != NULL) {
> 			CloseHandle(thread_token);
> 		}
> 
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 19:01:31 2024 UTC