]> granicus.if.org Git - php/commit
Fix #77578: Crash when php unload
authorChristoph M. Becker <cmbecker69@gmx.de>
Mon, 18 Mar 2019 17:47:34 +0000 (18:47 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Mon, 18 Mar 2019 18:21:38 +0000 (19:21 +0100)
commit41bc51ce2d217aa7aca85b4be289bebf91813423
tree60dd69a37c40a1a8c5e0a46f422ea3a38b806832
parentf21c0549030762f8403f57eef375af9f946133e7
Fix #77578: Crash when php unload

Since we're putting `ITypeLib *`s into the hash, we're getting
`ITypeLib *`s back, not `ITypeLib **`s.
NEWS
ext/com_dotnet/com_typeinfo.c
ext/com_dotnet/tests/bug77578.phpt [new file with mode: 0644]