mirror of
https://github.com/php/php-src.git
synced 2026-04-22 23:48:14 +02:00
5ff15e2651
`ITypeInfo_GetIDsOfNames()` is supposed to fail with `E_NOTIMPL` for out-of-process servers, thus we should not remove the already available typeinfo of the object in this case. We also properly free the `byref_vals`.