php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | |
Patch is_readable-handle-leak-fix for Filesystem function related Bug #62444Patch version 2012-11-02 09:44 UTC Return to Bug #62444 | Download this patchPatch Revisions: Developer: krazyest@seznam.cz196c196 < HANDLE thread_token; --- > HANDLE thread_token = NULL; 365a366,369 > if(thread_token != NULL) { > CloseHandle(thread_token); > } > |
Copyright © 2001-2024 The PHP Group All rights reserved. |
Last updated: Tue Dec 03 17:01:29 2024 UTC |