]> granicus.if.org Git - php/commit
The call to FreeLibrary() should be within the if, so we don't pass INVALID_HANDLE_VA...
authorKalle Sommer Nielsen <kalle@php.net>
Thu, 11 Aug 2016 02:13:34 +0000 (04:13 +0200)
committerKalle Sommer Nielsen <kalle@php.net>
Thu, 11 Aug 2016 02:13:34 +0000 (04:13 +0200)
commitff1a3cecae250bdde8955597dc94594161938cdf
tree98fde5d38c3dcd293fda9895f8c7f11b99c89288
parent36b050c2c517b1b9bc1c67e07722d01f6eed6aa4
The call to FreeLibrary() should be within the if, so we don't pass INVALID_HANDLE_VALUE to it, in case LoadLibrary() fails
win32/time.c