]> granicus.if.org Git - php/commitdiff
Fixed bug #76443 (php+php_interbase.dll crash on module_shutdown)
authorKalle Sommer Nielsen <kalle@php.net>
Mon, 11 Jun 2018 09:50:39 +0000 (11:50 +0200)
committerKalle Sommer Nielsen <kalle@php.net>
Mon, 11 Jun 2018 09:50:39 +0000 (11:50 +0200)
NEWS
ext/interbase/interbase.c

diff --git a/NEWS b/NEWS
index 9400df0ce3e47d375dde61faec8563a91626fa4e..26a1ad584108ccf5f96db1f3a0789d9f0fda5a6a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,9 @@ PHP                                                                        NEWS
 - EXIF:
   . Fixed bug #76409 (heap use after free in _php_stream_free). (cmb)
 
+- Interbase:
+  . Fixed bug #76443 (php+php_interbase.dll crash on module_shutdown). (Kalle)
+
 07 Jun 2018, PHP 7.3.0alpha1
 
 - Core:
index 376ecc4da8a7ff26bad4ebcab5d66e51fc8841c2..27cbb320b64f254d14fa6b03734c8acc5a6bac50 100644 (file)
@@ -833,9 +833,6 @@ PHP_MINFO_FUNCTION(ibase)
                        info_func(s = tmp);
                }
                php_info_print_table_row(2, "Run-time Client Library Version", s);
-#ifdef PHP_WIN32
-               FreeLibrary(l);
-#endif
        } while (0);
 #endif
        php_info_print_table_end();